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