| Index: src/gpu/GrRenderTargetPriv.h
|
| diff --git a/src/gpu/GrRenderTargetPriv.h b/src/gpu/GrRenderTargetPriv.h
|
| index 24b7e8838a563b223965342c03a7051413aecd8e..52eed69a6baf5460496828f8281d19c942e27b3a 100644
|
| --- a/src/gpu/GrRenderTargetPriv.h
|
| +++ b/src/gpu/GrRenderTargetPriv.h
|
| @@ -30,6 +30,8 @@ public:
|
| */
|
| bool attachStencilAttachment(GrStencilAttachment* stencil);
|
|
|
| + int numStencilBits() const;
|
| +
|
| const GrGpu::MultisampleSpecs& getMultisampleSpecs(const GrStencilSettings& stencil) const;
|
|
|
| GrRenderTarget::SampleConfig sampleConfig() const { return fRenderTarget->fSampleConfig; }
|
|
|