Index: ui/views/view.cc |
diff --git a/ui/views/view.cc b/ui/views/view.cc |
index 6964cbf2f6dfc78a9d1600c4f1297f861708691a..6890603cbd4e29ef9a24f4f3ad318f2e8e9eba4e 100644 |
--- a/ui/views/view.cc |
+++ b/ui/views/view.cc |
@@ -806,6 +806,7 @@ void View::Paint(const ui::PaintContext& parent_context) { |
if (is_invalidated || !paint_cache_.UseCache(context)) { |
ui::PaintRecorder recorder(context, &paint_cache_); |
gfx::Canvas* canvas = recorder.canvas(); |
+ // TODO(danakj): This is not needed with impl-side/slimming paint. |
gfx::ScopedCanvas scoped_canvas(canvas); |
// If the View we are about to paint requested the canvas to be flipped, we |