Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp |
index b833d35d20a254c571f058f944cd427c20e3642c..e8cac66ad02d914d4945ccd106d76931825f8908 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp |
@@ -112,7 +112,7 @@ LayoutRect SVGLayoutSupport::transformPaintInvalidationRect( |
if (adjustedRect.isEmpty()) |
return LayoutRect(); |
- return LayoutRect(enclosingIntRect(adjustedRect)); |
+ return enclosingLayoutRect(adjustedRect); |
} |
static const LayoutSVGRoot& computeTransformToSVGRoot( |