| Index: include/gpu/GrTexture.h
|
| diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
|
| index d02382981d02fc9c348f082377c33f9e691812d8..13d5667811a55bf7ca18f25684f5839b185ae5e7 100644
|
| --- a/include/gpu/GrTexture.h
|
| +++ b/include/gpu/GrTexture.h
|
| @@ -58,7 +58,7 @@ protected:
|
| // the subclass constructor to initialize this pointer.
|
| SkAutoTUnref<GrRenderTarget> fRenderTarget;
|
|
|
| - GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc);
|
| + GrTexture(GrGpu* gpu, bool isWrapped, const GrSurfaceDesc& desc);
|
|
|
| virtual ~GrTexture();
|
|
|
|
|