| commit | 56995b5cc00c9c83bd5fcf86bca9a67e939a96cb | [log] [tgz] |
|---|---|---|
| author | joshualitt <joshualitt@chromium.org> | Thu Dec 11 15:44:02 2014 -0800 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Dec 11 15:44:02 2014 -0800 |
| tree | 5afd6c8625f50f0dcdb17e0c7ac8854fbda53495 | |
| parent | 5756aff40921e700dc40f2a1757291a64acddeaa [diff] [blame] |
Remove GP from drawstate, revision of invariant output for GP BUG=skia: Committed: https://skia.googlesource.com/skia/+/c6bc58eded89b0c0a36b8e20e193c200f297a0da Review URL: https://codereview.chromium.org/791743003
diff --git a/src/gpu/effects/GrConvolutionEffect.h b/src/gpu/effects/GrConvolutionEffect.h index 7fda369..1d0950b 100644 --- a/src/gpu/effects/GrConvolutionEffect.h +++ b/src/gpu/effects/GrConvolutionEffect.h
@@ -99,7 +99,7 @@ virtual void onComputeInvariantOutput(GrInvariantOutput* inout) const { // If the texture was opaque we could know that the output color if we knew the sum of the // kernel values. - inout->mulByUnknownColor(); + inout->mulByUnknownFourComponents(); } GR_DECLARE_FRAGMENT_PROCESSOR_TEST;