| Index: src/gpu/gl/GrGLTexture.h
|
| diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h
|
| index 0b364ac51bbfcc9c2358a7798094641b0cb18b89..62052fd16abb0f17e1af4bb008a4c0c32d0b807c 100644
|
| --- a/src/gpu/gl/GrGLTexture.h
|
| +++ b/src/gpu/gl/GrGLTexture.h
|
| @@ -45,7 +45,7 @@
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
| -class GrGLTexture : public GrTextureImpl {
|
| +class GrGLTexture : public GrTexture {
|
|
|
| public:
|
| struct TexParams {
|
| @@ -105,7 +105,7 @@
|
| const Desc& textureDesc,
|
| const GrGLRenderTarget::Desc* rtDesc);
|
|
|
| - typedef GrTextureImpl INHERITED;
|
| + typedef GrTexture INHERITED;
|
| };
|
|
|
| #endif
|
|
|