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

Unified Diff: third_party/WebKit/Source/core/css/CSSCustomIdentValue.h

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/CSSCustomIdentValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h b/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h
index 6f1e061cf3281afb80012f84ab796b3ca5f42e8f..79f3500a3156f15eeabb08d3e01ea333c9abe3df 100644
--- a/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h
@@ -17,7 +17,8 @@ class CSSCustomIdentValue : public CSSValue {
return new CSSCustomIdentValue(str);
}
- // TODO(sashab, timloh): Remove this and lazily parse the CSSPropertyID in isKnownPropertyID().
+ // TODO(sashab, timloh): Remove this and lazily parse the CSSPropertyID in
+ // isKnownPropertyID().
static CSSCustomIdentValue* create(CSSPropertyID id) {
return new CSSCustomIdentValue(id);
}
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSCursorImageValue.cpp ('k') | third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698