commit | 95f5194abce19e8ed875f3495fd16c79a9b931b4 | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Tue Oct 28 07:54:54 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 28 07:54:54 2014 -0700 |
tree | ccf034a72a2eb86858995773f71da7e46582e426 | |
parent | fd61ed0d7929cf85e0b936f48c72035af4c0a4b3 [diff] [blame] |
Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. BUG=skia: Committed: https://skia.googlesource.com/skia/+/84c94c0dfd1e12e97d8a835882dda575f36e41d2 Review URL: https://codereview.chromium.org/678073005
diff --git a/src/gpu/effects/GrYUVtoRGBEffect.cpp b/src/gpu/effects/GrYUVtoRGBEffect.cpp index f02c1b2..703c672 100644 --- a/src/gpu/effects/GrYUVtoRGBEffect.cpp +++ b/src/gpu/effects/GrYUVtoRGBEffect.cpp
@@ -109,7 +109,7 @@ virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE { // YUV is opaque inout->setToOther(kA_GrColorComponentFlag, 0xFF << GrColor_SHIFT_A, - InvariantOutput::kWill_ReadInput); + InvariantOutput::kWillNot_ReadInput); } GrCoordTransform fCoordTransform;