| 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 60c759e8aa7f30c2bec25b0ece70361fa9d6e0ee..0cd17771ef878126df947318ca2fc57d43c8ec21 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| @@ -88,10 +88,6 @@ class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced {
|
| }
|
|
|
| LayoutRect VisualOverflowRect() const override;
|
| - LayoutRect OverflowClipRect(
|
| - const LayoutPoint& location,
|
| - OverlayScrollbarClipBehavior =
|
| - kIgnorePlatformOverlayScrollbarSize) const override;
|
|
|
| bool HasNonIsolatedBlendingDescendants() const final;
|
|
|
|
|