| Index: third_party/WebKit/Source/core/animation/Interpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| index 5aefe807bf2a378da3ab847efb8e6dbc8cec4733..80e9efcc2877901f9966a79fad92c5aeb7188d83 100644
|
| --- a/third_party/WebKit/Source/core/animation/Interpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| @@ -15,7 +15,8 @@ namespace blink {
|
|
|
| class PropertyHandle;
|
|
|
| -// Represents an animation's effect between an adjacent pair of PropertySpecificKeyframes.
|
| +// Represents an animation's effect between an adjacent pair of
|
| +// PropertySpecificKeyframes.
|
| class CORE_EXPORT Interpolation : public RefCounted<Interpolation> {
|
| WTF_MAKE_NONCOPYABLE(Interpolation);
|
|
|
|
|