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

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

Issue 2749863006: Revert of Fix overflow:overlay scrollbar width for paint. (Closed)
Patch Set: 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.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
index 01d958f57372f611fbdb7722ffc231e2c5d6327f..e3d0528a29106323468f978fedeb511a5cb4aee3 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::overflowClipRect(const LayoutPoint& location,
OverlayScrollbarClipBehavior) const {
- return LayoutRect(pixelSnappedIntRect(LayoutReplaced::overflowClipRect(
- location, IgnorePlatformOverlayScrollbarSize)));
+ return LayoutRect(pixelSnappedIntRect(
+ LayoutReplaced::overflowClipRect(location, IgnoreOverlayScrollbarSize)));
}
void LayoutSVGRoot::paintReplaced(const PaintInfo& paintInfo,
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h ('k') | third_party/WebKit/Source/core/paint/ClipRectsCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698