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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h

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/SVGAnimatedTransformList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
index 44c32bf2f8570bf6f354c346e6a021161671863e..79fc653ccfeee80bc0a5aa845e4637fff6a3d6cc 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
@@ -46,6 +46,11 @@ public:
return new SVGAnimatedTransformList(contextElement, attributeName, initialValue);
}
+ DEFINE_INLINE_VIRTUAL_TRACE_WRAPPERS()
+ {
+ visitor->traceWrappers(contextElement());
+ }
+
protected:
SVGAnimatedTransformList(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList* initialValue)
: SVGAnimatedProperty<SVGTransformList>(contextElement, attributeName, initialValue) { }
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp ('k') | third_party/WebKit/Source/core/svg/SVGLengthListTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698