| Index: include/gpu/GrRenderTarget.h
|
| diff --git a/include/gpu/GrRenderTarget.h b/include/gpu/GrRenderTarget.h
|
| index 77b04d24d3f993d1cafbf30712ca34afe79b1f3c..ff75af37e8fe49426db0365b3532a25872446b9a 100644
|
| --- a/include/gpu/GrRenderTarget.h
|
| +++ b/include/gpu/GrRenderTarget.h
|
| @@ -163,7 +163,6 @@
|
| SampleConfig sampleConfig, GrStencilAttachment* stencil = nullptr)
|
| : INHERITED(gpu, desc)
|
| , fStencilAttachment(stencil)
|
| - , fMultisampleSpecsID(0)
|
| , fSampleConfig(sampleConfig)
|
| , fLastDrawTarget(nullptr) {
|
| fResolveRect.setLargestInverted();
|
| @@ -185,7 +184,6 @@
|
| friend class GrRenderTargetPriv;
|
|
|
| GrStencilAttachment* fStencilAttachment;
|
| - uint8_t fMultisampleSpecsID;
|
| SampleConfig fSampleConfig;
|
|
|
| SkIRect fResolveRect;
|
|
|