| Index: third_party/WebKit/Source/core/animation/EffectModel.h
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectModel.h b/third_party/WebKit/Source/core/animation/EffectModel.h
|
| index 8efcdcd506a5e90a530c6803d6024c73f21770da..58b722f667502edd880601863d6632942e51ea9a 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectModel.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectModel.h
|
| @@ -42,7 +42,8 @@ namespace blink {
|
| class Interpolation;
|
|
|
| // Time independent representation of an Animation's content.
|
| -// Can be sampled for the active pairs of Keyframes (represented by Interpolations) at a given time fraction.
|
| +// Can be sampled for the active pairs of Keyframes (represented by
|
| +// Interpolations) at a given time fraction.
|
| class CORE_EXPORT EffectModel : public GarbageCollectedFinalized<EffectModel> {
|
| public:
|
| enum CompositeOperation {
|
|
|