diff options
Diffstat (limited to 'include/gpu/GrTexture.h')
-rw-r--r-- | include/gpu/GrTexture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h index a8d67e7529..65950a6a96 100644 --- a/include/gpu/GrTexture.h +++ b/include/gpu/GrTexture.h @@ -146,8 +146,8 @@ protected: // base class cons sets to NULL // subclass cons can create and set - GrTexture(GrGpu* gpu, const GrTextureDesc& desc) - : INHERITED(gpu, desc) + GrTexture(GrGpu* gpu, const GrTextureDesc& desc, Origin origin) + : INHERITED(gpu, desc, origin) , fRenderTarget(NULL) { // only make sense if alloc size is pow2 |