| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| index d9bc63b64e6539c00a19d073861eb13d8c1bc746..a410c11e3326bf1f99d0e36a9796ba4443d61e90 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| @@ -90,7 +90,8 @@ class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced {
|
| LayoutRect visualOverflowRect() const override;
|
| LayoutRect overflowClipRect(
|
| const LayoutPoint& location,
|
| - OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const override;
|
| + OverlayScrollbarClipBehavior =
|
| + IgnorePlatformOverlayScrollbarSize) const override;
|
|
|
| bool hasNonIsolatedBlendingDescendants() const final;
|
|
|
|
|