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

Unified Diff: cc/layers/layer_impl.h

Issue 103163002: cc: Fix comment about update rect. This rect is in layer space. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 1969b74967806b7c210a5d0553f2e1da4d1fa7e6..63f904911c6acea2a7198c05811a45fa3e816bdf 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -625,7 +625,7 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
private:
// Rect indicating what was repainted/updated during update.
// Note that plugin layers bypass this and leave it empty.
- // Uses layer's content space.
+ // Uses layer (not content) space.
gfx::RectF update_rect_;
// Manages animations for this layer.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698