| Index: src/gpu/gl/GrGLRenderTarget.h
|
| diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h
|
| index 4d3061c4e487a29c1a4500805d3f7ddef360ee9a..1693d0bf1ccb4193e9344774b9b1604bd01985fb 100644
|
| --- a/src/gpu/gl/GrGLRenderTarget.h
|
| +++ b/src/gpu/gl/GrGLRenderTarget.h
|
| @@ -22,10 +22,11 @@ public:
|
| enum { kUnresolvableFBOID = 0 };
|
|
|
| struct IDDesc {
|
| - GrGLuint fRTFBOID;
|
| - GrGLuint fTexFBOID;
|
| - GrGLuint fMSColorRenderbufferID;
|
| - GrGpuResource::LifeCycle fLifeCycle;
|
| + GrGLuint fRTFBOID;
|
| + GrGLuint fTexFBOID;
|
| + GrGLuint fMSColorRenderbufferID;
|
| + GrGpuResource::LifeCycle fLifeCycle;
|
| + GrRenderTarget::SampleConfig fSampleConfig;
|
| };
|
|
|
| GrGLRenderTarget(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&);
|
|
|