| Index: Source/core/platform/ScrollView.h
|
| diff --git a/Source/core/platform/ScrollView.h b/Source/core/platform/ScrollView.h
|
| index 4b2de996058ee35619067f279087e04c7f27e75a..bea72cfd8b38275043db27b16054618e3c658f0c 100644
|
| --- a/Source/core/platform/ScrollView.h
|
| +++ b/Source/core/platform/ScrollView.h
|
| @@ -50,6 +50,7 @@ public:
|
| virtual bool isScrollCornerVisible() const OVERRIDE;
|
| virtual void scrollbarStyleChanged(int newStyle, bool forceUpdate) OVERRIDE;
|
| virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
|
| + virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
|
|
|
| virtual void notifyPageThatContentAreaWillPaint() const;
|
|
|
|
|