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