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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp

Issue 2024663002: Implement SetWrapperReferenceTo idl attribute within traceWrappers for svg elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
index 04271d69f1eeaf2c0d84bb053d4c86d094d40a68..bc157eff7b77bd4ec50ab45320c97e4d6fe023d0 100644
--- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
@@ -175,4 +175,9 @@ SVGMatrixTearOff* SVGMatrixTearOff::rotateFromVector(double x, double y, Excepti
return create(copy);
}
+DEFINE_TRACE_WRAPPERS(SVGMatrixTearOff)
+{
+ visitor->traceWrappers(m_contextTransform);
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h ('k') | third_party/WebKit/Source/core/svg/SVGNumberListTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698