| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 8fd4a168667bd74b2c5068cb5c444c6773b485a3..542eb74845b46cf42a3f6455cab5658ff335d0ae 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -304,6 +304,8 @@ public:
|
| // DEPRECATED: Use viewportConstrainedVisibleContentRect() instead.
|
| IntSize scrollOffsetForFixedPosition() const;
|
|
|
| + virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
|
| +
|
| PartialLayoutState& partialLayout() { return m_partialLayout; }
|
|
|
| // Override scrollbar notifications to update the AXObject cache.
|
|
|