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

Unified Diff: third_party/WebKit/Source/core/css/CSSVariableData.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/CSSVariableData.h
diff --git a/third_party/WebKit/Source/core/css/CSSVariableData.h b/third_party/WebKit/Source/core/css/CSSVariableData.h
index e7037aef7e16a8bf7da72b19e01358371329e568..1bd558e68dd160493c11f020c974f8177c199c34 100644
--- a/third_party/WebKit/Source/core/css/CSSVariableData.h
+++ b/third_party/WebKit/Source/core/css/CSSVariableData.h
@@ -50,10 +50,11 @@ class CSSVariableData : public RefCounted<CSSVariableData> {
private:
CSSVariableData(const CSSParserTokenRange&, bool needsVariableResolution);
- // We can safely copy the tokens (which have raw pointers to substrings) because
- // StylePropertySets contain references to CSSCustomPropertyDeclarations, which
- // point to the unresolved CSSVariableData values that own the backing strings
- // this will potentially reference.
+ // We can safely copy the tokens (which have raw pointers to substrings)
+ // because StylePropertySets contain references to
+ // CSSCustomPropertyDeclarations, which point to the unresolved
+ // CSSVariableData values that own the backing strings this will potentially
+ // reference.
CSSVariableData(const Vector<CSSParserToken>& resolvedTokens,
String backingString)
: m_backingString(backingString),
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValueList.h ('k') | third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698