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

Unified Diff: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.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/InvalidatableInterpolation.h
diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
index 69883be9430c34d0506f5be6d1d1cd329b3ea87e..6307cce01185d5c7c4ff946cd7e84c95813caf79 100644
--- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
+++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
@@ -14,8 +14,9 @@
namespace blink {
-// TODO(alancutter): This class will replace *StyleInterpolation and Interpolation.
-// For now it needs to distinguish itself during the refactor and temporarily has an ugly name.
+// TODO(alancutter): This class will replace *StyleInterpolation and
+// Interpolation. For now it needs to distinguish itself during the refactor and
+// temporarily has an ugly name.
class CORE_EXPORT InvalidatableInterpolation : public Interpolation {
public:
static PassRefPtr<InvalidatableInterpolation> create(

Powered by Google App Engine
This is Rietveld 408576698