| Index: src/core/SkBitmapProcShader.h
|
| diff --git a/src/core/SkBitmapProcShader.h b/src/core/SkBitmapProcShader.h
|
| index 9e90f9faace7b4a861cf2c1c98ed5ef9d058442a..85e1fd07fed8adc20256a3d60bf2a09527d4f1c1 100644
|
| --- a/src/core/SkBitmapProcShader.h
|
| +++ b/src/core/SkBitmapProcShader.h
|
| @@ -14,6 +14,7 @@
|
| #include "SkSmallAllocator.h"
|
|
|
| struct SkBitmapProcState;
|
| +class SkBitmapProvider;
|
|
|
| class SkBitmapProcShader : public SkShader {
|
| public:
|
| @@ -65,8 +66,8 @@ private:
|
| friend class SkImageShader;
|
|
|
| static size_t ContextSize();
|
| - static Context* MakeContext(const SkShader&, TileMode tmx, TileMode tmy, const SkBitmap&,
|
| - const ContextRec&, void* storage);
|
| + static Context* MakeContext(const SkShader&, TileMode tmx, TileMode tmy,
|
| + const SkBitmapProvider&, const ContextRec&, void* storage);
|
|
|
| typedef SkShader INHERITED;
|
| };
|
|
|