Chromium Code Reviews| Index: Source/web/ScrollbarGroup.cpp |
| diff --git a/Source/web/ScrollbarGroup.cpp b/Source/web/ScrollbarGroup.cpp |
| index f44ec53d67af4d33f50ec5c4575114ebedd6ea9f..b92b1ee920034f5b22123b54e0bf70772144b116 100644 |
| --- a/Source/web/ScrollbarGroup.cpp |
| +++ b/Source/web/ScrollbarGroup.cpp |
| @@ -265,6 +265,11 @@ bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const |
| return orientation == HorizontalScrollbar ? horizontalScrollbar() : verticalScrollbar(); |
| } |
| +bool ScrollbarGroup::shouldPlaceVerticalScrollbarOnLeft() const |
| +{ |
| + return false; |
|
jamesr
2013/09/06 22:46:56
interesting, i guess we never RTL-flip scrollbars
|
| +} |
| + |
| int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const |
| { |
| int length; |