| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| index 3dfd9a8469bb7a9341623b2ee103b998896c1d2b..507b19f5b8ea295006eee06437b5aadbd0525b44 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| @@ -88,7 +88,8 @@ void LayoutSVGRect::updateShapeFromElement() {
|
|
|
| bool LayoutSVGRect::shapeDependentStrokeContains(const FloatPoint& point) {
|
| // The optimized code below does not support non-simple strokes so we need
|
| - // to fall back to LayoutSVGShape::shapeDependentStrokeContains in these cases.
|
| + // to fall back to LayoutSVGShape::shapeDependentStrokeContains in these
|
| + // cases.
|
| if (m_usePathFallback || !definitelyHasSimpleStroke()) {
|
| if (!hasPath())
|
| LayoutSVGShape::updateShapeFromElement();
|
|
|