Chromium Code Reviews| Index: Source/core/css/CSSGradientValue.h |
| diff --git a/Source/core/css/CSSGradientValue.h b/Source/core/css/CSSGradientValue.h |
| index 2a6690b03d312f2aeb29cae52b680e167a281d10..6387ba485385dc583205b7ff648b6d014b25eed1 100644 |
| --- a/Source/core/css/CSSGradientValue.h |
| +++ b/Source/core/css/CSSGradientValue.h |
| @@ -58,7 +58,6 @@ public: |
| CSSGradientColorStop() : m_colorIsDerivedFromElement(false) { }; |
| RefPtrWillBeMember<CSSPrimitiveValue> m_position; // percentage or length |
| RefPtrWillBeMember<CSSPrimitiveValue> m_color; |
| - Color m_resolvedColor; |
| bool m_colorIsDerivedFromElement; |
|
Timothy Loh
2014/12/05 00:07:07
You'd probably want to update usage of this too?
|
| bool operator==(const CSSGradientColorStop& other) const |
| { |
| @@ -109,7 +108,6 @@ public: |
| bool knownToBeOpaque(const RenderObject*) const; |
| void loadSubimages(ResourceFetcher*) { } |
| - PassRefPtrWillBeRawPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor); |
| void traceAfterDispatch(Visitor*); |