Index: src/gpu/gl/GrGLTexture.h |
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
index cc8adeb7ce8aef24e1315a93e62e89a5214d439a..c64865fcd7158cfcecd81c97a3c1785603bc92be 100644 |
--- a/src/gpu/gl/GrGLTexture.h |
+++ b/src/gpu/gl/GrGLTexture.h |
@@ -27,8 +27,8 @@ public: |
}; |
struct IDDesc { |
- GrGLuint fTextureID; |
- bool fIsWrapped; |
+ GrGLuint fTextureID; |
+ GrGpuResource::LifeCycle fLifeCycle; |
}; |
GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&); |