| Index: Source/core/platform/ScrollableArea.cpp
|
| diff --git a/Source/core/platform/ScrollableArea.cpp b/Source/core/platform/ScrollableArea.cpp
|
| index 8bb6bed3891e6d812b19500b789fe85da2a37dda..05427657261600aa37db3be7a20d5dd94ef5b80d 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;
|
|
|