Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 09f7f714b5dea683f29645a971ac201c87e5fd9b..defbf17320216a8e7083aa1e344dea5b824c9edb 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -419,6 +419,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
void reset_raster_scale_to_unknown() { raster_scale_ = 0.f; } |
// This flag is set when layer need repainting/updating. |
+ // TODO(enne): Remove this flag and just check update_rect_. |
bool needs_display_; |
// This flag is set when the layer needs to push properties to the impl |