| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| index 118d92dae12635ec7e8d22d88c05f3ed6ba32030..5ffd11469756b6f735101863173a9da9ede164ab 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| @@ -12,6 +12,8 @@
|
|
|
| namespace blink {
|
|
|
| +// TODO(alancutter): Delete this class once TransitionKeyframe has completely
|
| +// replaced it.
|
| class CORE_EXPORT AnimatableValueKeyframe : public Keyframe {
|
| public:
|
| static PassRefPtr<AnimatableValueKeyframe> create() {
|
|
|