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 ab81ec28d59694c4c5d5df5c1dfc6c9731c9051d..7149b6ab5622084bf46cf87b5c1431a21cfcd47f 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
@@ -67,6 +67,7 @@ public: |
bool shouldApplyViewportClip() const; |
LayoutRect visualOverflowRect() const override; |
+ LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const override; |
bool hasNonIsolatedBlendingDescendants() const final; |