| Index: third_party/WebKit/Source/core/animation/Keyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Keyframe.h b/third_party/WebKit/Source/core/animation/Keyframe.h
|
| index 862652401b4fba18040975c1dc000a8f1c1e5bd6..599e362893d089320f30e53ad65edb5985c17a23 100644
|
| --- a/third_party/WebKit/Source/core/animation/Keyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/Keyframe.h
|
| @@ -80,7 +80,8 @@ class CORE_EXPORT Keyframe : public RefCounted<Keyframe> {
|
| virtual PassRefPtr<PropertySpecificKeyframe> cloneWithOffset(
|
| double offset) const = 0;
|
|
|
| - // FIXME: Remove this once CompositorAnimations no longer depends on AnimatableValues
|
| + // FIXME: Remove this once CompositorAnimations no longer depends on
|
| + // AnimatableValues
|
| virtual bool populateAnimatableValue(
|
| CSSPropertyID,
|
| Element&,
|
|
|