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

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

Issue 18500004: Remove ElementTimeControl IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/core/svg/ElementTimeControl.idl ('k') | Source/core/svg/SVGAnimationElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimationElement.h
diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
index c3c021ddc8ae65cec0031981313ce54572430741..5f37fe019197d9291c216259e01f6affecd4b8ba 100644
--- a/Source/core/svg/SVGAnimationElement.h
+++ b/Source/core/svg/SVGAnimationElement.h
@@ -26,7 +26,6 @@
#define SVGAnimationElement_h
#include "core/platform/graphics/UnitBezier.h"
-#include "core/svg/ElementTimeControl.h"
#include "core/svg/SVGAnimatedBoolean.h"
#include "core/svg/SVGExternalResourcesRequired.h"
#include "core/svg/SVGStringList.h"
@@ -67,19 +66,17 @@ class SVGAnimatedType;
class SVGAnimationElement : public SVGSMILElement,
public SVGTests,
- public SVGExternalResourcesRequired,
- public ElementTimeControl {
+ public SVGExternalResourcesRequired {
public:
// SVGAnimationElement
float getStartTime() const;
float getCurrentTime() const;
float getSimpleDuration() const;
- // ElementTimeControl
- virtual void beginElement();
- virtual void beginElementAt(float offset);
- virtual void endElement();
- virtual void endElementAt(float offset);
+ void beginElement();
+ void beginElementAt(float offset);
+ void endElement();
+ void endElementAt(float offset);
static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
« no previous file with comments | « Source/core/svg/ElementTimeControl.idl ('k') | Source/core/svg/SVGAnimationElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698