Index: Source/core/rendering/RenderLayerScrollableArea.h |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h |
index 0995160f4c132349bb855224b980eeae47f67f19..a7b836e9826abd0dcac2234741fb9f9903f5a1f6 100644 |
--- a/Source/core/rendering/RenderLayerScrollableArea.h |
+++ b/Source/core/rendering/RenderLayerScrollableArea.h |
@@ -94,7 +94,7 @@ public: |
virtual IntPoint scrollPosition() const OVERRIDE; |
virtual IntPoint minimumScrollPosition() const OVERRIDE; |
virtual IntPoint maximumScrollPosition() const OVERRIDE; |
- virtual IntRect visibleContentRect(VisibleContentRectIncludesScrollbars) const OVERRIDE; |
+ virtual IntRect visibleContentRect(IncludeScrollbarsInRect) const OVERRIDE; |
virtual int visibleHeight() const OVERRIDE; |
virtual int visibleWidth() const OVERRIDE; |
virtual IntSize contentsSize() const OVERRIDE; |