| 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 7d944e28edf890b41ebfd5f3faea2ffe89c5e60c..3add5eae41af48a8f0e540c230b162e0603f599d 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGradientValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSGradientValue.h
|
| @@ -56,7 +56,7 @@ struct CSSGradientColorStop {
|
| public:
|
| CSSGradientColorStop() : m_colorIsDerivedFromElement(false) { }
|
| RefPtrWillBeMember<CSSPrimitiveValue> m_position; // percentage or length
|
| - RefPtrWillBeMember<CSSPrimitiveValue> m_color;
|
| + RefPtrWillBeMember<CSSValue> m_color;
|
| bool m_colorIsDerivedFromElement;
|
| bool operator==(const CSSGradientColorStop& other) const
|
| {
|
|
|