| Index: src/gpu/gl/GrGLRenderTarget.h
|
| diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h
|
| index edf35a1a5c7cee1f3f1e85318d11f258a13893e3..288a03caf1cac6c007a836e62755e8810b7ac5c6 100644
|
| --- a/src/gpu/gl/GrGLRenderTarget.h
|
| +++ b/src/gpu/gl/GrGLRenderTarget.h
|
| @@ -23,11 +23,11 @@ public:
|
| enum { kUnresolvableFBOID = 0 };
|
|
|
| struct IDDesc {
|
| - GrGLuint fRTFBOID;
|
| - GrBackendObjectOwnership fRTFBOOwnership;
|
| - GrGLuint fTexFBOID;
|
| - GrGLuint fMSColorRenderbufferID;
|
| - GrRenderTarget::SampleConfig fSampleConfig;
|
| + GrGLuint fRTFBOID;
|
| + GrBackendObjectOwnership fRTFBOOwnership;
|
| + GrGLuint fTexFBOID;
|
| + GrGLuint fMSColorRenderbufferID;
|
| + bool fIsMixedSampled;
|
| };
|
|
|
| static GrGLRenderTarget* CreateWrapped(GrGLGpu*,
|
| @@ -83,6 +83,8 @@ private:
|
| // Constructor for instances wrapping backend objects.
|
| GrGLRenderTarget(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, GrGLStencilAttachment*);
|
|
|
| + static Flags ComputeFlags(const IDDesc&);
|
| +
|
| GrGLGpu* getGLGpu() const;
|
| bool completeStencilAttachment() override;
|
|
|
|
|