| 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..18c0029233a6d37aadab6cbd269eb07bd4cee33b 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -186,8 +186,7 @@ public:
|
| IntRect scrollableAreaBoundingBox() const override;
|
| bool userInputScrollable(ScrollbarOrientation) const override { return true; }
|
| bool shouldPlaceVerticalScrollbarOnLeft() const override { return false; }
|
| - void invalidateScrollbarRect(Scrollbar*, const IntRect&) override;
|
| - void invalidateScrollCornerRect(const IntRect&) override { }
|
| + void scrollControlWasSetNeedsPaintInvalidation() override { }
|
| void setScrollOffset(const IntPoint&, ScrollType) override;
|
| void setScrollOffset(const DoublePoint&, ScrollType) override;
|
| GraphicsLayer* layerForContainer() const override;
|
|
|