Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h

Issue 2730343003: Fix overflow:overlay scrollbar width for paint. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698