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

Unified Diff: third_party/WebKit/Source/core/animation/NonInterpolableValue.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/NonInterpolableValue.h
diff --git a/third_party/WebKit/Source/core/animation/NonInterpolableValue.h b/third_party/WebKit/Source/core/animation/NonInterpolableValue.h
index e467d04274c56b6c8a625711e9c30d54dab14dd7..99393edb4d836784165aa0df98519bb4d6a58a24 100644
--- a/third_party/WebKit/Source/core/animation/NonInterpolableValue.h
+++ b/third_party/WebKit/Source/core/animation/NonInterpolableValue.h
@@ -9,7 +9,8 @@
namespace blink {
-// Represents components of a PropertySpecificKeyframe's value that either do not change or 50% flip when interpolating with an adjacent value.
+// Represents components of a PropertySpecificKeyframe's value that either do
+// not change or 50% flip when interpolating with an adjacent value.
class NonInterpolableValue : public RefCounted<NonInterpolableValue> {
public:
virtual ~NonInterpolableValue() {}
@@ -18,7 +19,8 @@ class NonInterpolableValue : public RefCounted<NonInterpolableValue> {
virtual Type getType() const = 0;
};
-// These macros provide safe downcasts of NonInterpolableValue subclasses with debug assertions.
+// These macros provide safe downcasts of NonInterpolableValue subclasses with
+// debug assertions.
// See CSSValueInterpolationType.cpp for example usage.
#define DECLARE_NON_INTERPOLABLE_VALUE_TYPE() \
static Type staticType; \

Powered by Google App Engine
This is Rietveld 408576698