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