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

Unified Diff: cc/layers/layer.h

Issue 21839004: cc: Push valid property values when CalcDrawProps skips layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pushpaintprops: Simpler to dcheck in TiledLayer Created 7 years, 5 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
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 035e071a5fd19a69849d8a097125c4a3817c193f..4ede7e522f721bdb365371750234144db2f68d00 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -520,6 +520,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
DrawProperties<Layer, RenderSurface> draw_properties_;
+ bool saved_paint_properties_;
PaintProperties paint_properties_;
DISALLOW_COPY_AND_ASSIGN(Layer);
« no previous file with comments | « cc/layers/contents_scaling_layer.cc ('k') | cc/layers/layer.cc » ('j') | cc/layers/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698