Chromium Code Reviews| Index: src/gpu/gl/GrGLTexture.h |
| diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
| index 05acaa82dca2c5846cf8867ea8734722cbf2ef15..4f107aa654e83e6df3464a29c3c521cfb1df7069 100644 |
| --- a/src/gpu/gl/GrGLTexture.h |
| +++ b/src/gpu/gl/GrGLTexture.h |
| @@ -57,7 +57,7 @@ public: |
| void invalidate() { memset(this, 0xff, sizeof(TexParams)); } |
| }; |
| - struct Desc : public GrTextureDesc { |
| + struct Desc : public GrSurfaceDesc { |
| GrGLuint fTextureID; |
| bool fIsWrapped; |
| }; |