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

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: use m_animationValid flag instead 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 abdffae12d37ca4b4daf35e65a9e0cf49c5b719e..5a10ffabceaccaebdc2179e28c4867f6d3f1e139 100644
--- a/Source/core/svg/SVGAnimationElement.h
+++ b/Source/core/svg/SVGAnimationElement.h
@@ -60,6 +60,8 @@ enum CalcMode {
class SVGAnimationElement : public SVGSMILElement,
public SVGTests {
public:
+ virtual bool isValid() const OVERRIDE FINAL { return SVGTests::isValid(); }
fs 2014/07/29 08:21:11 Nit: Couldn't this be made private access?
+
// SVGAnimationElement
float getStartTime() const;
float getCurrentTime() const;
« 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