aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/SkGLContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/SkGLContext.h')
-rw-r--r--include/gpu/gl/SkGLContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/gl/SkGLContext.h b/include/gpu/gl/SkGLContext.h
index 542d1bbc06..e2ac7e0885 100644
--- a/include/gpu/gl/SkGLContext.h
+++ b/include/gpu/gl/SkGLContext.h
@@ -51,6 +51,8 @@ protected:
private:
SkString fExtensionString;
GrGLuint fFBO;
+ GrGLuint fColorBufferID;
+ GrGLuint fDepthStencilBufferID;
const GrGLInterface* fGL;
};