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 13c5af56da4679852220d02e12553e700ac50178..4935505c5fd833c0152ce240c5f192a0a942440d 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 |
{ |