Index: third_party/WebKit/Source/core/frame/VisualViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h |
index 98dbd75fa1259c9b2d301f95030aafa5b30aab5f..956c25c2befd5e5deb4a660fcd046c0c60a386d0 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h |
@@ -210,7 +210,7 @@ private: |
bool visualViewportSuppliesScrollbars() const; |
// GraphicsLayerClient implementation. |
- void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect* inClip) const override; |
+ IntRect paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect*) const override; |
String debugName(const GraphicsLayer*) override; |
void setupScrollbar(WebScrollbar::Orientation); |