| Index: Source/core/rendering/RenderLayer.cpp
|
| diff --git a/Source/core/rendering/RenderLayer.cpp b/Source/core/rendering/RenderLayer.cpp
|
| index e391335eb90e695fba4d9a8451c637af383b53a8..51ce7082729b705953f552f43656c311d573396d 100644
|
| --- a/Source/core/rendering/RenderLayer.cpp
|
| +++ b/Source/core/rendering/RenderLayer.cpp
|
| @@ -1389,6 +1389,11 @@ bool RenderLayer::userInputScrollable(ScrollbarOrientation orientation) const
|
| return (overflowStyle == OSCROLL || overflowStyle == OAUTO || overflowStyle == OOVERLAY);
|
| }
|
|
|
| +bool RenderLayer::shouldPlaceVerticalScrollbarOnLeft() const
|
| +{
|
| + return renderer()->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft();
|
| +}
|
| +
|
| int RenderLayer::pageStep(ScrollbarOrientation orientation) const
|
| {
|
| RenderBox* box = renderBox();
|
|
|