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); |