| Index: third_party/WebKit/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedPreserveAspectRatio.h b/third_party/WebKit/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| index ca8c10453ec44514c04f45b7b1ba4982c9fe6885..1c29fb503b7f9b44947199a3d05acb505864a1be 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| @@ -45,6 +45,11 @@ public:
|
| return new SVGAnimatedPreserveAspectRatio(contextElement, attributeName, initialValue);
|
| }
|
|
|
| + DEFINE_INLINE_VIRTUAL_TRACE_WRAPPERS()
|
| + {
|
| + visitor->traceWrappers(contextElement());
|
| + }
|
| +
|
| protected:
|
| SVGAnimatedPreserveAspectRatio(SVGElement* contextElement, const QualifiedName& attributeName, SVGPreserveAspectRatio* initialValue)
|
| : SVGAnimatedProperty<SVGPreserveAspectRatio>(contextElement, attributeName, initialValue)
|
|
|