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; |