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