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

Unified Diff: third_party/WebKit/Source/core/css/CSSIdentifierValue.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/CSSIdentifierValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSIdentifierValue.h b/third_party/WebKit/Source/core/css/CSSIdentifierValue.h
index b9b33cf7790f99891dbc449f41e64d5886dcc449..8944bc6ce71b195994fd7f7bf727e3e0b7fa002a 100644
--- a/third_party/WebKit/Source/core/css/CSSIdentifierValue.h
+++ b/third_party/WebKit/Source/core/css/CSSIdentifierValue.h
@@ -11,9 +11,10 @@
namespace blink {
-// CSSIdentifierValue stores CSS value keywords, e.g. 'none', 'auto', 'lower-roman'.
-// TODO(sashab): Rename this class to CSSKeywordValue once it no longer conflicts
-// with CSSOM's CSSKeywordValue class.
+// CSSIdentifierValue stores CSS value keywords, e.g. 'none', 'auto',
+// 'lower-roman'.
+// TODO(sashab): Rename this class to CSSKeywordValue once it no longer
+// conflicts with CSSOM's CSSKeywordValue class.
class CORE_EXPORT CSSIdentifierValue : public CSSValue {
public:
static CSSIdentifierValue* create(CSSValueID);
@@ -47,8 +48,8 @@ class CORE_EXPORT CSSIdentifierValue : public CSSValue {
private:
explicit CSSIdentifierValue(CSSValueID);
- // TODO(sashab): Remove this function, and update mapping methods to specialize
- // the create() method instead.
+ // TODO(sashab): Remove this function, and update mapping methods to
+ // specialize the create() method instead.
template <typename T>
CSSIdentifierValue(T); // Defined in CSSPrimitiveValueMappings.h
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSGroupingRule.cpp ('k') | third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698