| 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.
|
|
|