Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 4e1c0378a975f62d073872a817b7331b429b8624..bd0ba94ac49d929f860c99b9eaa2e8d88e60a75e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -669,11 +669,10 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
// Returns the smallest rectangle enclosing all of the painted content |
// respecting clipping, masking, filters, opacity, stroke-width and markers. |
- // For most SVG objects, the local SVG coordinate space is the space where |
- // localSVGTransform applies. For SVG objects defining viewports (e.g. |
- // LayoutSVGForeignObject, LayoutSVGViewportContainer, |
- // LayoutSVGResourceMarker), the local SVG coordinate space is the viewport |
- // space. |
+ // The local SVG coordinate space is the space where localSVGTransform |
+ // applies. For SVG objects defining viewports (e.g. |
+ // LayoutSVGViewportContainer and LayoutSVGResourceMarker), the local SVG |
+ // coordinate space is the viewport space. |
virtual FloatRect visualRectInLocalSVGCoordinates() const; |
// This returns the transform applying to the local SVG coordinate space, |