| Index: Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| diff --git a/Source/web/tests/ScrollAnimatorNoneTest.cpp b/Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| index ee27e6e3ade24bf1b1f3cea31b80a2c6ba5ef381..ec2ee07dceff2f75fabb479fe6c014971b3121be 100644
|
| --- a/Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| +++ b/Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| @@ -69,6 +69,7 @@ public:
|
| MOCK_CONST_METHOD0(scrollableAreaBoundingBox, IntRect());
|
|
|
| virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
|
| + virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE { return false; }
|
| virtual IntPoint scrollPosition() const OVERRIDE { return IntPoint(); }
|
| virtual int visibleHeight() const OVERRIDE { return 768; }
|
| virtual int visibleWidth() const OVERRIDE { return 1024; }
|
|
|