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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParser.h

Issue 2398013002: Reflow comments in core/css/parser (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/css/parser/CSSParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h
index f8902d65cafdac73e4fa72642022a1aca2997cae..90d1876762fe63563a70a85cbf1e447a241577bd 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
@@ -79,8 +79,8 @@ class CORE_EXPORT CSSParser {
static bool parseSupportsCondition(const String&);
- // The color will only be changed when string contains a valid CSS color, so callers
- // can set it to a default color and ignore the boolean result.
+ // The color will only be changed when string contains a valid CSS color, so
+ // callers can set it to a default color and ignore the boolean result.
static bool parseColor(Color&, const String&, bool strict = false);
static bool parseSystemColor(Color&, const String&);

Powered by Google App Engine
This is Rietveld 408576698