| 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;
|
|
|
|
|