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

Unified Diff: third_party/WebKit/Source/core/animation/EffectModel.h

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/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 {
« no previous file with comments | « third_party/WebKit/Source/core/animation/EffectInput.cpp ('k') | third_party/WebKit/Source/core/animation/ElementAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698