| Index: tests/GrPorterDuffTest.cpp
|
| diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp
|
| index 0a88f6be7cb97b58ecf8c4e91f0328348a45aa79..087e915776c4022bdb9041c99c47752486c6df39 100644
|
| --- a/tests/GrPorterDuffTest.cpp
|
| +++ b/tests/GrPorterDuffTest.cpp
|
| @@ -909,7 +909,7 @@ static void test_lcd_coverage(skiatest::Reporter* reporter, const GrCaps& caps)
|
| }
|
|
|
| const char* name() const override { return "Test LCD Text Batch"; }
|
| - void initBatchTracker(const GrPipelineInfo&) override {}
|
| + void initBatchTracker(const GrPipelineOptimizations&) override {}
|
| bool onCombineIfPossible(GrBatch*) override { return false; }
|
| void generateGeometry(GrBatchTarget*) override {}
|
|
|
|
|