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