| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
|
| index 33f8e3d4060d6d2f3dc359818a89372814e8a1e9..a11a7fa92fce999ef9ed63f938d72a32a4bb369e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
|
| @@ -53,7 +53,8 @@ FloatRect LayoutSVGPath::hitTestStrokeBoundingBox() const {
|
| if (svgStyle.hasStroke())
|
| return m_strokeBoundingBox;
|
|
|
| - // Implementation of http://dev.w3.org/fxtf/css-masking-1/#compute-stroke-bounding-box
|
| + // Implementation of
|
| + // http://dev.w3.org/fxtf/css-masking-1/#compute-stroke-bounding-box
|
| // except that we ignore whether the stroke is none.
|
|
|
| FloatRect box = m_fillBoundingBox;
|
|
|