Index: Source/core/platform/ScrollableArea.cpp |
diff --git a/Source/core/platform/ScrollableArea.cpp b/Source/core/platform/ScrollableArea.cpp |
index f65f49785dc837e3520bee30483caf7511232d7c..f10a522eb98148ece3e356f6682dbf10540e52fb 100644 |
--- a/Source/core/platform/ScrollableArea.cpp |
+++ b/Source/core/platform/ScrollableArea.cpp |
@@ -379,7 +379,7 @@ void ScrollableArea::serviceScrollAnimations() |
scrollAnimator->serviceScrollAnimations(); |
} |
-IntRect ScrollableArea::visibleContentRect(VisibleContentRectIncludesScrollbars scrollbarInclusion) const |
+IntRect ScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const |
{ |
int verticalScrollbarWidth = 0; |
int horizontalScrollbarHeight = 0; |