Index: Source/core/rendering/RenderLayerScrollableArea.h |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h |
index ba353e013a030447c05d96110af5802f05fc0c5b..10925090e85aa1e366df5b6826b023976792d8f6 100644 |
--- a/Source/core/rendering/RenderLayerScrollableArea.h |
+++ b/Source/core/rendering/RenderLayerScrollableArea.h |
@@ -95,7 +95,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; |