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

Unified Diff: third_party/WebKit/Source/core/css/PropertyRegistration.cpp

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format 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/css/PropertyRegistration.cpp
diff --git a/third_party/WebKit/Source/core/css/PropertyRegistration.cpp b/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
index 20437d4a81ac5c94183f0bc2341a22afb3e27d94..ca0c284161b911f730d739bfa0cbe2e4de1dd4e5 100644
--- a/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
+++ b/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
@@ -50,7 +50,8 @@ static bool computationallyIndependent(const CSSValue& value) {
return true;
}
- // TODO(timloh): Images and transform-function values can also contain lengths.
+ // TODO(timloh): Images and transform-function values can also contain
+ // lengths.
return true;
}

Powered by Google App Engine
This is Rietveld 408576698