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