| Index: include/gpu/GrRenderTarget.h
|
| diff --git a/include/gpu/GrRenderTarget.h b/include/gpu/GrRenderTarget.h
|
| index 974115d91f81a30f8632fc2bd18537ff367e6729..b8e30d905c55fb2f62dc1d0938dd902e65e4b7a8 100644
|
| --- a/include/gpu/GrRenderTarget.h
|
| +++ b/include/gpu/GrRenderTarget.h
|
| @@ -135,7 +135,7 @@ protected:
|
| GrRenderTarget(GrGpu* gpu,
|
| bool isWrapped,
|
| GrTexture* texture,
|
| - const GrTextureDesc& desc)
|
| + const GrSurfaceDesc& desc)
|
| : INHERITED(gpu, isWrapped, desc)
|
| , fStencilBuffer(NULL)
|
| , fTexture(texture) {
|
|
|