Index: src/gpu/effects/GrMatrixConvolutionEffect.h |
diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.h b/src/gpu/effects/GrMatrixConvolutionEffect.h |
index 6d60609e314af8dff72644116f024c63aa3b45b0..8d6bb7cc107c74115d955942d02151beefa2d5f3 100644 |
--- a/src/gpu/effects/GrMatrixConvolutionEffect.h |
+++ b/src/gpu/effects/GrMatrixConvolutionEffect.h |
@@ -81,7 +81,7 @@ private: |
virtual void onComputeInvariantOutput(GrInvariantOutput* inout) const SK_OVERRIDE { |
// TODO: Try to do better? |
- inout->mulByUnknownColor(); |
+ inout->mulByUnknownFourComponents(); |
} |
SkIRect fBounds; |