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