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; |
wkorman
2015/10/09 19:46:32
Same re: docs/comment seem helpful.
chrishtr
2015/10/09 20:54:52
Done.
|
virtual bool isTrackingPaintInvalidations() const { return false; } |
virtual String debugName(const GraphicsLayer*) = 0; |