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

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

Issue 24527003: [oilpan] Implement accept methods to trace the class hierarchy of SVGElement and all sub-classes. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 3 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: Source/core/svg/SVGAnimationElement.h
diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
index 18e70bbf870450db1435bb7febb102c0cb66ebca..e53104d0a3323497fc39e908b1e9827f3843a0be 100644
--- a/Source/core/svg/SVGAnimationElement.h
+++ b/Source/core/svg/SVGAnimationElement.h
@@ -76,6 +76,8 @@ public:
float getCurrentTime() const;
float getSimpleDuration(ExceptionCode&) const;
+ virtual void accept(Visitor* visitor) const OVERRIDE { SVGSMILElement::accept(visitor); }
+
// ElementTimeControl
virtual void beginElement();
virtual void beginElementAt(float offset);

Powered by Google App Engine
This is Rietveld 408576698