Index: src/gpu/gl/GrGLRenderTarget.h |
diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h |
index ea6ae87b99420557cdd8334b1afce8c609b232a8..d558297958ffed589347e16a00f91ad8078a1d70 100644 |
--- a/src/gpu/gl/GrGLRenderTarget.h |
+++ b/src/gpu/gl/GrGLRenderTarget.h |
@@ -32,6 +32,7 @@ public: |
GrPixelConfig fConfig; |
int fSampleCnt; |
GrSurfaceOrigin fOrigin; |
+ bool fCheckAllocation; |
}; |
// creates a GrGLRenderTarget associated with a texture |