Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 6ffc250a02f12ada9450e1a86580c054cb3f5241..31640a9b65a8d76df2d918c39e19afea961c02f6 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -301,6 +301,8 @@ 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; |