Chromium Code Reviews

Unified Diff: Source/WebCore/svg/SVGAnimateMotionElement.h

Issue 11229037: Merge 129670 - Refactor SMILTimeContainer to maintain animation information instead of recalculatin… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/WebCore/svg/SVGAnimateMotionElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGAnimateMotionElement.h
===================================================================
--- Source/WebCore/svg/SVGAnimateMotionElement.h (revision 132107)
+++ Source/WebCore/svg/SVGAnimateMotionElement.h (working copy)
@@ -35,6 +35,7 @@
SVGAnimateMotionElement(const QualifiedName&, Document*);
virtual bool hasValidAttributeType();
+ virtual bool hasValidAttributeName();
bool isSupportedAttribute(const QualifiedName&);
virtual void parseAttribute(const Attribute&) OVERRIDE;
« no previous file with comments | « no previous file | Source/WebCore/svg/SVGAnimateMotionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine