| Index: Source/core/rendering/RenderLayerScrollableArea.cpp
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.cpp b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| index 4cf3890fe14df858b41138b01400a4ce51739c60..24222c1bbb0d4a51bf347cba05c204563a174c2b 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| @@ -332,6 +332,11 @@ bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orienta
|
| return m_layer->userInputScrollable(orientation);
|
| }
|
|
|
| +bool RenderLayerScrollableArea::shouldPlaceVerticalScrollbarOnLeft() const
|
| +{
|
| + return m_layer->shouldPlaceVerticalScrollbarOnLeft();
|
| +}
|
| +
|
| int RenderLayerScrollableArea::pageStep(ScrollbarOrientation orientation) const
|
| {
|
| return m_layer->pageStep(orientation);
|
|
|