| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| index e3ca5ac85e441e5b5af68b10033e6ca1cceb915b..95f94f582aa62ab12bda76c6295f84ad2758149e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -80,7 +80,7 @@ class PLATFORM_EXPORT GraphicsLayerClient {
|
| GraphicsLayerPaintingPhase,
|
| const IntRect& interestRect) const = 0;
|
|
|
| - virtual bool isTrackingPaintInvalidations() const { return false; }
|
| + virtual bool isTrackingRasterInvalidations() const { return false; }
|
|
|
| virtual String debugName(const GraphicsLayer*) const = 0;
|
|
|
|
|