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

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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/svg/SVGAnimateMotionElement.h ('k') | Source/WebCore/svg/animation/SMILTimeContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGAnimateMotionElement.cpp
===================================================================
--- Source/WebCore/svg/SVGAnimateMotionElement.cpp (revision 132107)
+++ Source/WebCore/svg/SVGAnimateMotionElement.cpp (working copy)
@@ -87,6 +87,12 @@
return false;
}
+bool SVGAnimateMotionElement::hasValidAttributeName()
+{
+ // AnimateMotion does not use attributeName so it is always valid.
+ return true;
+}
+
bool SVGAnimateMotionElement::isSupportedAttribute(const QualifiedName& attrName)
{
DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
« no previous file with comments | « Source/WebCore/svg/SVGAnimateMotionElement.h ('k') | Source/WebCore/svg/animation/SMILTimeContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698