| 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..c76436d279bd5a772040018c83b6582a045e040a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| @@ -234,12 +234,6 @@ LayoutRect LayoutSVGRoot::VisualOverflowRect() const {
|
| return rect;
|
| }
|
|
|
| -LayoutRect LayoutSVGRoot::OverflowClipRect(const LayoutPoint& location,
|
| - OverlayScrollbarClipBehavior) const {
|
| - return LayoutRect(PixelSnappedIntRect(LayoutReplaced::OverflowClipRect(
|
| - location, kIgnorePlatformOverlayScrollbarSize)));
|
| -}
|
| -
|
| void LayoutSVGRoot::PaintReplaced(const PaintInfo& paint_info,
|
| const LayoutPoint& paint_offset) const {
|
| SVGRootPainter(*this).PaintReplaced(paint_info, paint_offset);
|
|
|