Index: cc/animation/animation_curve.h |
diff --git a/cc/animation/animation_curve.h b/cc/animation/animation_curve.h |
index 1074203f239f0f74aac53799bae581089f9cee8f..74ce11b66cc37c6cdb297c322259ebdb827ce472 100644 |
--- a/cc/animation/animation_curve.h |
+++ b/cc/animation/animation_curve.h |
@@ -27,7 +27,7 @@ class TransformOperations; |
// An animation curve is a function that returns a value given a time. |
class CC_EXPORT AnimationCurve { |
public: |
- enum CurveType { COLOR, FLOAT, TRANSFORM, FILTER, SCROLL_OFFSET }; |
+ enum CurveType { Color, Float, Transform, Filter, ScrollOffset }; |
virtual ~AnimationCurve() {} |