Revert r2026 due to bot failures
git-svn-id: http://skia.googlecode.com/svn/trunk@2027 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrGLRenderTarget.h b/gpu/src/GrGLRenderTarget.h
index 5aeb36d..3d64fab 100644
--- a/gpu/src/GrGLRenderTarget.h
+++ b/gpu/src/GrGLRenderTarget.h
@@ -28,9 +28,11 @@
struct Desc {
GrGLuint fRTFBOID;
GrGLuint fTexFBOID;
+ GrGLuint fStencilRenderbufferID;
GrGLuint fMSColorRenderbufferID;
bool fOwnIDs;
GrPixelConfig fConfig;
+ int fStencilBits;
int fSampleCnt;
};
@@ -85,7 +87,7 @@
private:
GrGLuint fRTFBOID;
GrGLuint fTexFBOID;
-
+ GrGLuint fStencilRenderbufferID;
GrGLuint fMSColorRenderbufferID;
// Should this object delete IDs when it is destroyed or does someone