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

Unified Diff: third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp

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/LengthInterpolationFunctions.cpp
diff --git a/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
index 27c83ea15464179a9fc1a14096db58083fc59e98..f4bf99ba0e6a1e1c8bc001568efb0236ca8d8510 100644
--- a/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
+++ b/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
@@ -10,8 +10,9 @@
namespace blink {
-// This class is implemented as a singleton whose instance represents the presence of percentages being used in a Length value
-// while nullptr represents the absence of any percentages.
+// This class is implemented as a singleton whose instance represents the
+// presence of percentages being used in a Length value while nullptr represents
+// the absence of any percentages.
class CSSLengthNonInterpolableValue : public NonInterpolableValue {
public:
~CSSLengthNonInterpolableValue() final { NOTREACHED(); }

Powered by Google App Engine
This is Rietveld 408576698