| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index da37a9d36a71fa4826fc502c44e25ce03d88e47b..ea2dcfa2505e0a9f36076c7cf2b97e037136052f 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -297,6 +297,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.
|
|
|