| Index: third_party/WebKit/Source/core/animation/EffectInput.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectInput.cpp b/third_party/WebKit/Source/core/animation/EffectInput.cpp
|
| index b1da2862f1c0144fad5fb3813d4d7b9a8de85880..ee9e4c6ac17ea75377c02cc43221d65a63e39b69 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectInput.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/EffectInput.cpp
|
| @@ -54,7 +54,8 @@ bool compareKeyframes(const RefPtr<StringKeyframe>& a,
|
| return a->offset() < b->offset();
|
| }
|
|
|
| -// Gets offset value from keyframeDictionary and returns false if this value was invalid.
|
| +// Gets offset value from keyframeDictionary and returns false if this value was
|
| +// invalid.
|
| bool getAndCheckOffset(const Dictionary& keyframeDictionary,
|
| double& offset,
|
| double lastOffset,
|
| @@ -177,7 +178,8 @@ EffectModel* EffectInput::convert(
|
| const Dictionary& dictionary = effectInput.getAsDictionary();
|
| DictionaryIterator iterator = dictionary.getIterator(executionContext);
|
| if (!iterator.isNull()) {
|
| - // TODO(alancutter): Convert keyframes during iteration rather than after to match spec.
|
| + // TODO(alancutter): Convert keyframes during iteration rather than after to
|
| + // match spec.
|
| Vector<Dictionary> keyframeDictionaries;
|
| if (exhaustDictionaryIterator(iterator, executionContext, exceptionState,
|
| keyframeDictionaries))
|
|
|