| 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 e0a19326931c494af57e390c7aee212a57cdb4de..b3dfb60bca3cba5bdfe5f52b99d15939b67f5dd9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -70,7 +70,7 @@ public:
|
| virtual bool needsRepaint(const GraphicsLayer&) const = 0;
|
| virtual void paintContents(const GraphicsLayer*, GraphicsContext&, 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;
|
|
|
|
|