Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3986)

Unified Diff: cc/layers/solid_color_layer_impl.h

Issue 607063003: cc: Allow fully solid layers to contribute their pixels to quad_data.visible_content_area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/layers/solid_color_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/solid_color_layer_impl.h
diff --git a/cc/layers/solid_color_layer_impl.h b/cc/layers/solid_color_layer_impl.h
index 598eed2e996ab45cfc415b47e84f1b5e69b9016b..e59db0f57261a743fbf7dd2af4dd7f3d3b5b1051 100644
--- a/cc/layers/solid_color_layer_impl.h
+++ b/cc/layers/solid_color_layer_impl.h
@@ -24,7 +24,8 @@ class CC_EXPORT SolidColorLayerImpl : public LayerImpl {
SharedQuadState* shared_quad_state,
const gfx::Size& content_bounds,
const gfx::Transform& target_space_transform,
- SkColor color);
+ SkColor color,
+ AppendQuadsData* append_quads_data);
virtual ~SolidColorLayerImpl();
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/layers/solid_color_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698