| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 4dca350d1dd8e276c9baafecc90c3a96a0d0700a..face8a609e7199ed52271669770b726e22b2cfd7 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -651,7 +651,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
|
|
|
| // Get the correct invalidation region instead of conservative Rect
|
| // for layers that provide it.
|
| - virtual Region GetInvalidationRegion();
|
| + virtual Region GetInvalidationRegionForDebugging();
|
|
|
| virtual gfx::Rect GetEnclosingRectInTargetSpace() const;
|
|
|
|
|