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 c5b67aae00d939a82d8b595a079c760e489006a5..daf7e099006d14e37363c1f313f3af12a765ea15 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() { |