| Index: src/utils/debugger/SkOverdrawMode.cpp
|
| diff --git a/src/utils/debugger/SkOverdrawMode.cpp b/src/utils/debugger/SkOverdrawMode.cpp
|
| index a4fc7a1a464ce4b7fbc06e47c9d1374bf1680c44..72001ece23841d68a2ee37e1bda6fed431c664a3 100644
|
| --- a/src/utils/debugger/SkOverdrawMode.cpp
|
| +++ b/src/utils/debugger/SkOverdrawMode.cpp
|
| @@ -222,9 +222,9 @@ private:
|
| return new OverdrawXP(dstTexture, hasMixedSamples);
|
| }
|
|
|
| - bool willReadDstColor(const GrCaps& caps,
|
| - const GrPipelineOptimizations& optimizations,
|
| - bool hasMixedSamples) const override {
|
| + bool onWillReadDstColor(const GrCaps& caps,
|
| + const GrPipelineOptimizations& optimizations,
|
| + bool hasMixedSamples) const override {
|
| return true;
|
| }
|
|
|
|
|