| Index: Source/core/rendering/RenderLayerScrollableArea.h
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h
|
| index f00040711f8487b1523ecf7a8c40ee7c279881b7..7d467fd35afceff9f50b109dd5e3454ca41ba957 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.h
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.h
|
| @@ -103,6 +103,7 @@ public:
|
| virtual bool scrollbarsCanBeActive() const OVERRIDE;
|
| virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
|
| virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
|
| + virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
|
| virtual int pageStep(ScrollbarOrientation) const OVERRIDE;
|
|
|
| int scrollXOffset() const { return m_scrollOffset.width() + scrollOrigin().x(); }
|
|
|