Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2536493002: Let SVGForeignObject's local SVG coordinates mean what it should (Closed)
Patch Set: - Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698