| Index: include/gpu/GrXferProcessor.h
|
| diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h
|
| index 1d571db64eedc37b0ed1cf00032e09cf096c13d3..fdb27a9a7e26810ebfe49b3e3e140f833421c9f8 100644
|
| --- a/include/gpu/GrXferProcessor.h
|
| +++ b/include/gpu/GrXferProcessor.h
|
| @@ -243,6 +243,8 @@ protected:
|
| GrXferProcessor(const DstTexture*, bool willReadDstColor, bool hasMixedSamples);
|
|
|
| private:
|
| + void notifyRefCntIsZero() const final {}
|
| +
|
| virtual OptFlags onGetOptimizations(const GrProcOptInfo& colorPOI,
|
| const GrProcOptInfo& coveragePOI,
|
| bool doesStencilWrite,
|
|
|