| Index: third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h b/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| index ea3d9e18a11ec69a985ea8826f1a760bae1638ce..45b3149a231f8781d2f6f150efae4daddac62139 100644
|
| --- a/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| @@ -13,7 +13,8 @@ namespace blink {
|
|
|
| class InterpolationType;
|
|
|
| -// Represents an interpolated value between an adjacent pair of PropertySpecificKeyframes.
|
| +// Represents an interpolated value between an adjacent pair of
|
| +// PropertySpecificKeyframes.
|
| class TypedInterpolationValue {
|
| public:
|
| static std::unique_ptr<TypedInterpolationValue> create(
|
|
|