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

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

Issue 2394583002: Move shouldApplyAnimation to SVGAnimateElement (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/svg/SVGAnimationElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
index 18cb04d0e6ce42ae2abc17adb473192ade60b749..bbb0d038d8719b8c686f1a1982f22cccb735c58e 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
@@ -76,17 +76,6 @@ class CORE_EXPORT SVGAnimationElement : public SVGSMILElement {
AnimationMode getAnimationMode() const { return m_animationMode; }
CalcMode getCalcMode() const { return m_calcMode; }
- enum ShouldApplyAnimationType {
- DontApplyAnimation,
- ApplyCSSAnimation,
- ApplyXMLAnimation,
- ApplyXMLandCSSAnimation
- };
-
- ShouldApplyAnimationType shouldApplyAnimation(
- SVGElement* targetElement,
- const QualifiedName& attributeName);
-
template <typename AnimatedType>
void animateDiscreteType(float percentage,
const AnimatedType& fromType,
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698