Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
index fca0dfccb1dacc74e2331db415f0311ed267c240..83dbd0d239c047b2732e796162a2eba731421ba4 100644 |
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
@@ -58,7 +58,8 @@ |
IntRect scrollableAreaBoundingBox() const override; |
bool userInputScrollable(ScrollbarOrientation) const override; |
bool shouldPlaceVerticalScrollbarOnLeft() const override; |
- void scrollControlWasSetNeedsPaintInvalidation() override; |
+ void invalidateScrollbarRect(Scrollbar*, const IntRect&) override; |
+ void invalidateScrollCornerRect(const IntRect&) override; |
GraphicsLayer* layerForContainer() const override; |
GraphicsLayer* layerForScrolling() const override; |
GraphicsLayer* layerForHorizontalScrollbar() const override; |