| Index: Source/core/rendering/RenderLayerScrollableArea.cpp
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.cpp b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| index db73845516cc5e48d5542f199a3c5c5992f89afc..4662e9f30ff2d390d75da84628da6bd444fe0ece 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| @@ -327,7 +327,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;
|
|
|