Chromium Code Reviews| Index: src/gpu/gl/GrGLRenderTarget.h |
| diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h |
| index 7e7349257f054ac44e8a32cd5626c1cf94e1041c..0fb081c147d27ec853b611e0930ffbc0999f1b39 100644 |
| --- a/src/gpu/gl/GrGLRenderTarget.h |
| +++ b/src/gpu/gl/GrGLRenderTarget.h |
| @@ -26,6 +26,7 @@ public: |
| GrGLuint fTexFBOID; |
| GrGLuint fMSColorRenderbufferID; |
| GrGpuResource::LifeCycle fLifeCycle; |
| + GrSampleConfig fSampleConfig; |
| }; |
| GrGLRenderTarget(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&); |