Index: Source/core/rendering/RenderLayerScrollableArea.cpp |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.cpp b/Source/core/rendering/RenderLayerScrollableArea.cpp |
index 292bfe79bcd2b9415f984f958e0d32fe9052fc1a..ade15189a60fca2f7c36484541f2a3dd5be8e75d 100644 |
--- a/Source/core/rendering/RenderLayerScrollableArea.cpp |
+++ b/Source/core/rendering/RenderLayerScrollableArea.cpp |
@@ -395,7 +395,7 @@ IntPoint RenderLayerScrollableArea::maximumScrollPosition() const |
return -scrollOrigin() + enclosingIntRect(m_overflowRect).size() - enclosingIntRect(m_box->clientBoxRect()).size(); |
} |
-IntRect RenderLayerScrollableArea::visibleContentRect(VisibleContentRectIncludesScrollbars scrollbarInclusion) const |
+IntRect RenderLayerScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const |
{ |
int verticalScrollbarWidth = 0; |
int horizontalScrollbarHeight = 0; |