| Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.h b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| index 7fe2feb55038711fa1552955aee4c84de8a28f72..65248ba6e7b484dc0b971b34a284428fc1527eb0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| @@ -71,6 +71,8 @@ public:
|
| void setMeetOrSlice(unsigned short, ExceptionState&);
|
| unsigned short meetOrSlice() { return target()->meetOrSlice(); }
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| private:
|
| SVGPreserveAspectRatioTearOff(SVGPreserveAspectRatio*, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
|
| };
|
|
|