| Index: Source/core/css/resolver/ElementStyleResources.h
|
| diff --git a/Source/core/css/resolver/ElementStyleResources.h b/Source/core/css/resolver/ElementStyleResources.h
|
| index 08aaede6042d40a50c082c025ecf598e3178f815..a296abba9c81ab6b8fb50b8d33658efbefa889a6 100644
|
| --- a/Source/core/css/resolver/ElementStyleResources.h
|
| +++ b/Source/core/css/resolver/ElementStyleResources.h
|
| @@ -53,7 +53,7 @@ WTF_MAKE_NONCOPYABLE(ElementStyleResources);
|
| public:
|
| ElementStyleResources();
|
|
|
| - PassRefPtr<StyleImage> styleImage(const TextLinkColors&, Color currentColor, CSSPropertyID, CSSValue*);
|
| + PassRefPtr<StyleImage> styleImage(const TextLinkColors&, CSSPropertyID, CSSValue*);
|
|
|
| PassRefPtr<StyleImage> generatedOrPendingFromValue(CSSPropertyID, CSSImageGeneratorValue*);
|
| PassRefPtr<StyleImage> cachedOrPendingFromValue(CSSPropertyID, CSSImageValue*);
|
|
|