| Index: Source/web/tests/GraphicsLayerTest.cpp
|
| diff --git a/Source/web/tests/GraphicsLayerTest.cpp b/Source/web/tests/GraphicsLayerTest.cpp
|
| index 2a98a98f8da7491581d6c8dc2edb2a75c4023f72..3f9d624b01322297c37c3059074a2bbcd0a19728 100644
|
| --- a/Source/web/tests/GraphicsLayerTest.cpp
|
| +++ b/Source/web/tests/GraphicsLayerTest.cpp
|
| @@ -130,6 +130,7 @@ public:
|
| virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
|
| virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
|
| virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
|
| + virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE { return false; }
|
| virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
|
| virtual IntPoint minimumScrollPosition() const OVERRIDE { return IntPoint(); }
|
| virtual IntPoint maximumScrollPosition() const OVERRIDE
|
|
|