| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 671e1f3b33c30aedb08140b8e5be7423692910e9..5112e5e067899cb94a26089dbfcbb33414953d37 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -640,7 +640,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;
|
|
|
|
|