Chromium Code Reviews| Index: src/gpu/GrPipeline.h |
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h |
| index 60d0cab1aba5b1defb574f1754a96afa374aa036..10ffc865f08f61a39c602f1cebb61fc9cb9fb3c1 100644 |
| --- a/src/gpu/GrPipeline.h |
| +++ b/src/gpu/GrPipeline.h |
| @@ -25,6 +25,9 @@ class GrDeviceCoordTexture; |
| class GrPipelineBuilder; |
| struct GrBatchToXPOverrides { |
| + GrBatchToXPOverrides() |
| + : fUsePLSDstRead(false) {} |
| + |
| bool fUsePLSDstRead; |
| }; |