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

Unified Diff: Source/core/svg/SVGGraphicsElement.h

Issue 660653004: Move supplemental transform to rare data (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 2 months 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 | « Source/core/svg/SVGElementRareData.cpp ('k') | Source/core/svg/SVGGraphicsElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGGraphicsElement.h
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
index 325e2bf0c1591c91c42dcb4dbe6da9611bbd6b8e..810882fe7f0e9ea38470a2c655f58f613701f539 100644
--- a/Source/core/svg/SVGGraphicsElement.h
+++ b/Source/core/svg/SVGGraphicsElement.h
@@ -52,7 +52,7 @@ public:
virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const override { return animatedLocalTransform(); }
virtual AffineTransform animatedLocalTransform() const;
- virtual AffineTransform* supplementalTransform() override;
+ virtual AffineTransform* animateMotionTransform() override;
virtual FloatRect getBBox();
PassRefPtr<SVGRectTearOff> getBBoxFromJavascript();
@@ -82,9 +82,6 @@ protected:
private:
virtual bool isSVGGraphicsElement() const override final { return true; }
-
- // Used by <animateMotion>
- OwnPtr<AffineTransform> m_supplementalTransform;
};
inline bool isSVGGraphicsElement(const SVGElement& element)
« no previous file with comments | « Source/core/svg/SVGElementRareData.cpp ('k') | Source/core/svg/SVGGraphicsElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698