Chromium Code Reviews| 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 a84c91b174ca3185bd6a34777b194b4c3a35ea97..5deb9492eece8de65f2811a9d6430a8589d29bab 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
| @@ -236,8 +236,8 @@ LayoutRect LayoutSVGRoot::VisualOverflowRect() const { |
| LayoutRect LayoutSVGRoot::OverflowClipRect(const LayoutPoint& location, |
| OverlayScrollbarClipBehavior) const { |
| - return LayoutRect(PixelSnappedIntRect(LayoutReplaced::OverflowClipRect( |
| - location, kIgnorePlatformOverlayScrollbarSize))); |
| + return LayoutReplaced::OverflowClipRect(location, |
|
pdr.
2017/04/17 20:12:20
How does this not change test results?
Can we rem
|
| + kIgnorePlatformOverlayScrollbarSize); |
| } |
| void LayoutSVGRoot::PaintReplaced(const PaintInfo& paint_info, |