Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
index 6e586637ed611c3918f845f47d01f130881b29ae..93f39da079ae94da915dde2160a786c6c2afa1b4 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -248,6 +248,8 @@ public: |
// GraphicsContextPainter implementation. |
void paint(GraphicsContext&, const IntRect* interestRect) override; |
+ IntRect interestRect() final; |
+ |
// WebCompositorAnimationDelegate implementation. |
void notifyAnimationStarted(double monotonicTime, int group) override; |
void notifyAnimationFinished(double monotonicTime, int group) override; |