| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 1bc1bc683fe06e3819bd5c18f3fa11d06dfcc687..4a8d71a225db0ea44b06d7ca7bcbefe09f6415a2 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -575,7 +575,7 @@ class CC_EXPORT LayerImpl {
|
|
|
| // 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;
|
|
|
|
|