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

Unified Diff: third_party/WebKit/Source/core/animation/Interpolation.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/Interpolation.h
diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
index 5aefe807bf2a378da3ab847efb8e6dbc8cec4733..80e9efcc2877901f9966a79fad92c5aeb7188d83 100644
--- a/third_party/WebKit/Source/core/animation/Interpolation.h
+++ b/third_party/WebKit/Source/core/animation/Interpolation.h
@@ -15,7 +15,8 @@ namespace blink {
class PropertyHandle;
-// Represents an animation's effect between an adjacent pair of PropertySpecificKeyframes.
+// Represents an animation's effect between an adjacent pair of
+// PropertySpecificKeyframes.
class CORE_EXPORT Interpolation : public RefCounted<Interpolation> {
WTF_MAKE_NONCOPYABLE(Interpolation);

Powered by Google App Engine
This is Rietveld 408576698