| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 901e69fa8a5e427d8b538132b6ef1668f66ccf05..9e33e4dd1fffce2f34aab07b3841cb6e726cb27f 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -300,8 +300,6 @@ public:
|
| // DEPRECATED: Use viewportConstrainedVisibleContentRect() instead.
|
| IntSize scrollOffsetForFixedPosition() const;
|
|
|
| - virtual bool shouldPlaceVerticalScrollbarOnLeft() const OVERRIDE;
|
| -
|
| // Override scrollbar notifications to update the AXObject cache.
|
| virtual void didAddScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE;
|
| virtual void willRemoveScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE;
|
|
|