| Index: third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationValue.h b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| index bf04ac5ae36448843081a532f7463aee08978889..7bd9e28e6347f7be8d8b5a83362be8d6e0c3e40f 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| @@ -12,8 +12,9 @@
|
|
|
| namespace blink {
|
|
|
| -// Represents a (non-strict) subset of a PropertySpecificKeyframe's value broken down into interpolable and non-interpolable parts.
|
| -// InterpolationValues can be composed together to represent a whole PropertySpecificKeyframe value.
|
| +// Represents a (non-strict) subset of a PropertySpecificKeyframe's value broken
|
| +// down into interpolable and non-interpolable parts. InterpolationValues can be
|
| +// composed together to represent a whole PropertySpecificKeyframe value.
|
| struct InterpolationValue {
|
| DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
|
|
|
|