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