| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| index d1d806826a4c95e41ce2c27c51942bd5f22dd024..c388bbc72e6a756e7d9e57eebe57764cfc324f9c 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| @@ -230,8 +230,8 @@ LayoutRect LayoutSVGRoot::visualOverflowRect() const {
|
|
|
| LayoutRect LayoutSVGRoot::overflowClipRect(const LayoutPoint& location,
|
| OverlayScrollbarClipBehavior) const {
|
| - return LayoutRect(pixelSnappedIntRect(
|
| - LayoutReplaced::overflowClipRect(location, IgnoreOverlayScrollbarSize)));
|
| + return LayoutRect(pixelSnappedIntRect(LayoutReplaced::overflowClipRect(
|
| + location, IgnorePlatformOverlayScrollbarSize)));
|
| }
|
|
|
| void LayoutSVGRoot::paintReplaced(const PaintInfo& paintInfo,
|
|
|