Chromium Code Reviews| Index: src/gpu/gl/GrGLRenderTarget.h |
| diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h |
| index fd149b11857be218165c866cdd67af4b0c81be20..d3582dba1c46bd4892a0e9a52a18b9319c1cb3e1 100644 |
| --- a/src/gpu/gl/GrGLRenderTarget.h |
| +++ b/src/gpu/gl/GrGLRenderTarget.h |
| @@ -75,6 +75,7 @@ private: |
| GrGLuint fRTFBOID; |
| GrGLuint fTexFBOID; |
| GrGLuint fMSColorRenderbufferID; |
| + bool fIsWrapped; |
|
bsalomon
2014/12/09 20:02:06
Can you add a comment that we track this separatel
|
| // when we switch to this render target we want to set the viewport to |
| // only render to content area (as opposed to the whole allocation) and |