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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h

Issue 2514573003: Update documentation and cleanup impls for localToSVGParentTransform() (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
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
index 22a7988ec6bcd23ccf12d67601076c8ae0e5e62e..3c6bb3fe4b413a1c223f65be627e98a8e28608c9 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
@@ -43,7 +43,7 @@ class LayoutSVGResourceMarker final : public LayoutSVGResourceContainer {
// space.
FloatRect markerBoundaries(const AffineTransform& markerTransformation) const;
- const AffineTransform& localToSVGParentTransform() const override;
+ AffineTransform localToSVGParentTransform() const override;
AffineTransform markerTransformation(const FloatPoint& origin,
float angle,
float strokeWidth) const;
@@ -66,7 +66,6 @@ class LayoutSVGResourceMarker final : public LayoutSVGResourceContainer {
AffineTransform viewportTransform() const;
- mutable AffineTransform m_localToParentTransform;
FloatRect m_viewport;
};

Powered by Google App Engine
This is Rietveld 408576698