| Index: tests/GrPorterDuffTest.cpp
|
| diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp
|
| index d984f92142d3dddec9e1475e12b99e509e1ff9dd..62a0dc23f476f8c732c03233bb5471de33774756 100644
|
| --- a/tests/GrPorterDuffTest.cpp
|
| +++ b/tests/GrPorterDuffTest.cpp
|
| @@ -1112,7 +1112,7 @@ static void test_lcd_coverage_fallback_case(skiatest::Reporter* reporter, const
|
| const char* name() const override { return "Test LCD Text Batch"; }
|
| void initBatchTracker(const GrPipelineOptimizations&) override {}
|
| bool onCombineIfPossible(GrBatch*, const GrCaps&) override { return false; }
|
| - void onPrepareDraws(Target*) override {};
|
| + void onPrepareDraws(Target*) const override {};
|
|
|
| typedef GrVertexBatch INHERITED;
|
| } testLCDCoverageBatch;
|
|
|