| 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..97bff3549d8c4cd4a796241a2565b986ca1f7681 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -246,6 +246,7 @@ public:
|
| static void unregisterContentsLayer(WebLayer*);
|
|
|
| // GraphicsContextPainter implementation.
|
| + IntRect interestRect();
|
| void paint(GraphicsContext&, const IntRect* interestRect) override;
|
|
|
| // WebCompositorAnimationDelegate implementation.
|
|
|