Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/WebKit/Source/core/animation/EffectInput.cpp

Issue 2384263003: Reflow comments in core/animation and subdirs (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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))
« no previous file with comments | « third_party/WebKit/Source/core/animation/DocumentAnimations.h ('k') | third_party/WebKit/Source/core/animation/EffectModel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698