| 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 821abb858262e4563d067832de42820f7ac2993e..b76f1aceddbd76650aedf57b5c28c9eccc279f81 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -68,6 +68,7 @@ public:
|
| virtual void notifyTextPainted() { }
|
|
|
| virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) const = 0;
|
| + virtual void paintContentsIfNeeded(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase) const = 0;
|
| virtual bool isTrackingPaintInvalidations() const { return false; }
|
|
|
| virtual String debugName(const GraphicsLayer*) = 0;
|
|
|