Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
index 756bf7d0678040c6aaa513ecdb99027f911efa9b..e8700d15ccb3eae69863ac23660bc0799669695e 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
@@ -199,8 +199,7 @@ public: |
IntSize contentsSize() const override { return IntSize(100, 100); } |
bool scrollbarsCanBeActive() const override { return false; } |
IntRect scrollableAreaBoundingBox() const override { return IntRect(); } |
- void invalidateScrollbarRect(Scrollbar*, const IntRect&) override { } |
- void invalidateScrollCornerRect(const IntRect&) override { } |
+ void scrollControlWasSetNeedsPaintInvalidation() override { } |
bool userInputScrollable(ScrollbarOrientation) const override { return true; } |
bool shouldPlaceVerticalScrollbarOnLeft() const override { return false; } |
int pageStep(ScrollbarOrientation) const override { return 0; } |