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

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: impl 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(); }
+
// SVGAnimationElement
float getStartTime() const;
float getCurrentTime() const;

Powered by Google App Engine
This is Rietveld 408576698