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

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

Issue 424753002: SVGSMILElement should respect SVGTests results (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: private Created 6 years, 5 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 d3daacdd4f4ca2c7c2fa8986d1f0f1af7dc9d186..609b004bfd40df4cd1b3f32924849dd0c019734d 100644
--- a/Source/core/svg/SVGAnimationElement.h
+++ b/Source/core/svg/SVGAnimationElement.h
@@ -166,6 +166,8 @@ protected:
void setCalcMode(CalcMode calcMode) { m_calcMode = calcMode; }
private:
+ virtual bool isValid() const OVERRIDE FINAL { return SVGTests::isValid(); }
+
virtual void animationAttributeChanged() OVERRIDE;
void setAttributeType(const AtomicString&);
« no previous file with comments | « LayoutTests/svg/animations/svg-tests-on-smil-elements-expected.html ('k') | Source/core/svg/SVGAnimationElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698