Index: src/gpu/gl/GrGLTexture.h |
=================================================================== |
--- src/gpu/gl/GrGLTexture.h (revision 4110) |
+++ src/gpu/gl/GrGLTexture.h (working copy) |
@@ -58,10 +58,7 @@ |
void invalidate() { memset(this, 0xff, sizeof(TexParams)); } |
}; |
- struct Desc { |
- int fWidth; |
- int fHeight; |
- GrPixelConfig fConfig; |
+ struct Desc : public GrTextureDesc { |
GrGLuint fTextureID; |
bool fOwnsID; |
Orientation fOrientation; |