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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.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/LayoutSVGForeignObject.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
index 968736037853ca8abce7326e19951e71fa9c1226..d0ba200aff4ff27932278ca69817e6d79f5da308 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
@@ -74,7 +74,7 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
FloatRect viewportRect() const { return m_viewport; }
- const AffineTransform& localToSVGParentTransform() const override;
+ AffineTransform localToSVGParentTransform() const override;
private:
void updateLogicalWidth() override;
@@ -84,7 +84,6 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
bool m_needsTransformUpdate : 1;
FloatRect m_viewport;
- mutable AffineTransform m_localToParentTransform;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698