Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index fb63c4c0d6c99da68c1ab635b01545d9ea629f03..40ab8f8555f9ed24b3c701bf37afd83c503802eb 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -408,6 +408,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 |