| Index: Source/web/ScrollbarGroup.h
|
| diff --git a/Source/web/ScrollbarGroup.h b/Source/web/ScrollbarGroup.h
|
| index 838338044b68d6b9c9cfc2c92773da719f7cb63c..e99815c038e3da39c6e4563899c57ffec7b626b6 100644
|
| --- a/Source/web/ScrollbarGroup.h
|
| +++ b/Source/web/ScrollbarGroup.h
|
| @@ -74,6 +74,7 @@ public:
|
| virtual bool scrollbarsCanBeActive() const OVERRIDE;
|
| virtual WebCore::IntRect scrollableAreaBoundingBox() const OVERRIDE;
|
| virtual bool userInputScrollable(WebCore::ScrollbarOrientation) const OVERRIDE;
|
| + virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
|
| virtual int pageStep(WebCore::ScrollbarOrientation) const OVERRIDE;
|
|
|
| private:
|
|
|