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

Unified Diff: sky/engine/core/css/CSSValue.h

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/core/css/CSSTimingFunctionValue.cpp ('k') | sky/engine/core/css/CSSValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSValue.h
diff --git a/sky/engine/core/css/CSSValue.h b/sky/engine/core/css/CSSValue.h
index 7a719f7c26cd096ef38003d645eafdca7d05b41b..779d0aee89b680c61b9128453365e2bfe037dc6c 100644
--- a/sky/engine/core/css/CSSValue.h
+++ b/sky/engine/core/css/CSSValue.h
@@ -89,8 +89,6 @@ public:
bool isRadialGradientValue() const { return m_classType == RadialGradientClass; }
bool isShadowValue() const { return m_classType == ShadowClass; }
bool isTextCloneCSSValue() const { return m_isTextClone; }
- bool isCubicBezierTimingFunctionValue() const { return m_classType == CubicBezierTimingFunctionClass; }
- bool isStepsTimingFunctionValue() const { return m_classType == StepsTimingFunctionClass; }
bool isTransformValue() const { return m_classType == CSSTransformClass; }
bool isLineBoxContainValue() const { return m_classType == LineBoxContainClass; }
bool isCalcValue() const {return m_classType == CalculationClass; }
@@ -117,10 +115,6 @@ protected:
LinearGradientClass,
RadialGradientClass,
- // Timing function classes.
- CubicBezierTimingFunctionClass,
- StepsTimingFunctionClass,
-
// Other class types.
AspectRatioClass,
BorderImageSliceClass,
« no previous file with comments | « sky/engine/core/css/CSSTimingFunctionValue.cpp ('k') | sky/engine/core/css/CSSValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698