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

Unified Diff: third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.h

Issue 2390833002: reflow comments in platform/{animation,blob,clipboard,exported} (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/platform/exported/WebActiveGestureAnimation.h
diff --git a/third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.h b/third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.h
index 9c869ffb9383b28b2bed4b7d2990a82bb85fd70c..b4ab7d53d67abb65396383c0f6a176ba86808934 100644
--- a/third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.h
+++ b/third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.h
@@ -36,10 +36,11 @@ namespace blink {
class WebGestureCurve;
class WebGestureCurveTarget;
-// Implements a gesture animation (fling scroll, etc.) using a curve with a generic interface
-// to define the animation parameters as a function of time, and applies the animation
-// to a target, again via a generic interface. It is assumed that animate() is called
-// on a more-or-less regular basis by the owner.
+// Implements a gesture animation (fling scroll, etc.) using a curve with a
+// generic interface to define the animation parameters as a function of time,
+// and applies the animation to a target, again via a generic interface. It is
+// assumed that animate() is called on a more-or-less regular basis by the
+// owner.
class PLATFORM_EXPORT WebActiveGestureAnimation {
USING_FAST_MALLOC(WebActiveGestureAnimation);
WTF_MAKE_NONCOPYABLE(WebActiveGestureAnimation);

Powered by Google App Engine
This is Rietveld 408576698