Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp |
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp |
index 6bc56742629f03c8eac56ce52cf05704c2ab6741..8c5e302ec8714ccf913bfcd215ec51719d8cf264 100644 |
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp |
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp |
@@ -210,9 +210,14 @@ |
return layoutViewport().shouldPlaceVerticalScrollbarOnLeft(); |
} |
-void RootFrameViewport::scrollControlWasSetNeedsPaintInvalidation() |
-{ |
- layoutViewport().scrollControlWasSetNeedsPaintInvalidation(); |
+void RootFrameViewport::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) |
+{ |
+ layoutViewport().invalidateScrollbarRect(scrollbar, rect); |
+} |
+ |
+void RootFrameViewport::invalidateScrollCornerRect(const IntRect& rect) |
+{ |
+ layoutViewport().invalidateScrollCornerRect(rect); |
} |
GraphicsLayer* RootFrameViewport::layerForContainer() const |