| Index: sky/engine/core/css/CSSGradientValue.h
|
| diff --git a/sky/engine/core/css/CSSGradientValue.h b/sky/engine/core/css/CSSGradientValue.h
|
| index 3a1502cb9e4dae129db3036a929a896a86df7fa2..eed134d09704e8ef28d87e4a4a556e3e100c843c 100644
|
| --- a/sky/engine/core/css/CSSGradientValue.h
|
| +++ b/sky/engine/core/css/CSSGradientValue.h
|
| @@ -96,7 +96,6 @@ public:
|
| bool isPending() const { return false; }
|
| bool knownToBeOpaque(const RenderObject*) const;
|
|
|
| - void loadSubimages(ResourceFetcher*) { }
|
| PassRefPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor);
|
|
|
| protected:
|
|
|