| Index: src/image/SkImage_Base.h
|
| diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h
|
| index 20df0bca2e168caf3436a6e11e1f4bbb8e0c34d2..7819e9c19d11cfb6521c828f055895de49b93396 100644
|
| --- a/src/image/SkImage_Base.h
|
| +++ b/src/image/SkImage_Base.h
|
| @@ -14,6 +14,8 @@
|
|
|
| #include <new>
|
|
|
| +class GrTextureParams;
|
| +
|
| enum {
|
| kNeedNewImageUniqueID = 0
|
| };
|
| @@ -36,7 +38,7 @@ public:
|
| virtual bool getROPixels(SkBitmap*) const = 0;
|
|
|
| // Caller must call unref when they are done.
|
| - virtual GrTexture* asTextureRef(GrContext*, SkImageUsageType) const = 0;
|
| + virtual GrTexture* asTextureRef(GrContext*, const GrTextureParams&) const = 0;
|
|
|
| virtual SkImage* onNewSubset(const SkIRect&) const = 0;
|
|
|
|
|