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