Chromium Code Reviews| Index: src/gpu/GrContext.cpp |
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
| index 679ee84cad84394661d6d603e18efba9e93538d9..ac44644de83c32f0d87f9b20a4cddbd6e1939cc3 100755 |
| --- a/src/gpu/GrContext.cpp |
| +++ b/src/gpu/GrContext.cpp |
| @@ -849,7 +849,7 @@ public: |
| } |
| void getInvariantOutputCoverage(GrInitInvariantOutput* out) const SK_OVERRIDE { |
| - out->setUnknownSingleComponent(); |
| + out->setKnownSingleComponent(0xff); |
| } |
| void initBatchTracker(const GrPipelineInfo& init) SK_OVERRIDE { |