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

Unified Diff: third_party/WebKit/Source/core/animation/InterpolationEffect.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/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();
« no previous file with comments | « third_party/WebKit/Source/core/animation/Interpolation.h ('k') | third_party/WebKit/Source/core/animation/InterpolationType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698