diff options
author | joshualitt <joshualitt@chromium.org> | 2015-02-27 13:00:56 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-27 13:00:56 -0800 |
commit | d4c7d55594d94a00b6cecf6b2fdbb811836ce2ff (patch) | |
tree | 1e7ac66c2410dad0d568668c2e6a888e9bcbe774 | |
parent | 2e3f9d8a9309686eeb4c76ccfde5800da87a68b3 (diff) |
nexus 9 fix
TBR=
BUG=skia:
Review URL: https://codereview.chromium.org/966773004
-rwxr-xr-x | src/gpu/GrContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp index 679ee84cad..ac44644de8 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 { |