| Index: third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h b/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| index 89ffe695f63be045078fd537611fd5ac8de1819c..3249351d0016d6d39727d9ac505bb13071ecdedb 100644
|
| --- a/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| @@ -12,7 +12,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Represents the smooth interpolation between an adjacent pair of PropertySpecificKeyframes.
|
| +// Represents the smooth interpolation between an adjacent pair of
|
| +// PropertySpecificKeyframes.
|
| struct PairwiseInterpolationValue {
|
| DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
|
|
|
|