| Index: third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationEffect.h b/third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| index 87c2df2eba4c6014d42c6e58c34e8295e1f62fe2..f8f0351f9629045930595e309dc60a8c29593c96 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| @@ -13,8 +13,9 @@
|
|
|
| namespace blink {
|
|
|
| -// Stores all adjacent pairs of keyframes (represented by Interpolations) in a KeyframeEffectModel
|
| -// with keyframe offset data preprocessed for more efficient active keyframe pair sampling.
|
| +// Stores all adjacent pairs of keyframes (represented by Interpolations) in a
|
| +// KeyframeEffectModel with keyframe offset data preprocessed for more efficient
|
| +// active keyframe pair sampling.
|
| class CORE_EXPORT InterpolationEffect {
|
| DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
|
|
|
|