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

Unified Diff: third_party/WebKit/Source/core/css/CSSGradientValue.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/CSSGradientValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.h b/third_party/WebKit/Source/core/css/CSSGradientValue.h
index 6e69cfd50fb1bb84d8e3ea1691d27007317aa5fa..76ba3935f6b5159154d34645a6f106cf37f7f0ac 100644
--- a/third_party/WebKit/Source/core/css/CSSGradientValue.h
+++ b/third_party/WebKit/Source/core/css/CSSGradientValue.h
@@ -227,7 +227,8 @@ class CSSRadialGradientValue final : public CSSGradientValue {
Member<CSSPrimitiveValue> m_firstRadius;
Member<CSSPrimitiveValue> m_secondRadius;
- // The below are only used for non-deprecated gradients. Any of them may be null.
+ // The below are only used for non-deprecated gradients. Any of them may be
+ // null.
Member<CSSIdentifierValue> m_shape;
Member<CSSIdentifierValue> m_sizingBehavior;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSFontSelector.cpp ('k') | third_party/WebKit/Source/core/css/CSSGradientValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698