Index: third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp |
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp |
index 2b83908d215d878d86053ba68e1849ff8efd7571..cf5dc163530439f3bf3671a116cd3c429f9d02e3 100644 |
--- a/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp |
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp |
@@ -89,8 +89,7 @@ protected: |
bool scrollbarsCanBeActive() const override { return true; } |
IntRect scrollableAreaBoundingBox() const override { return IntRect(); } |
bool shouldPlaceVerticalScrollbarOnLeft() const override { return true; } |
- void invalidateScrollbarRect(Scrollbar*, const IntRect&) override { } |
- void invalidateScrollCornerRect(const IntRect&) override { } |
+ void scrollControlWasSetNeedsPaintInvalidation() override { } |
GraphicsLayer* layerForContainer() const override { return nullptr; } |
GraphicsLayer* layerForScrolling() const override { return nullptr; } |
GraphicsLayer* layerForHorizontalScrollbar() const override { return nullptr; } |