| Index: Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp b/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| index 1dd113a8fb4eb67147167d76303791b7be674f90..f5cc330df961828ba7dfcd196f23356ac6dc7b8b 100644
|
| --- a/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| @@ -129,6 +129,7 @@ public:
|
| virtual IntRect scrollableAreaBoundingBox() const OVERRIDE { return IntRect(); }
|
| virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
|
| virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
|
| + virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
|
|
|
| virtual void setScrollOffset(const IntPoint& scrollOffset) OVERRIDE { m_scrollPosition = scrollOffset; }
|
| virtual IntPoint scrollPosition() const OVERRIDE { return m_scrollPosition; }
|
|
|