| Index: src/effects/SkColorMatrixFilter.cpp
|
| diff --git a/src/effects/SkColorMatrixFilter.cpp b/src/effects/SkColorMatrixFilter.cpp
|
| index 1f841d04892ff9458610550d06c19be59e26de86..d19e81ee9446e8ef2159d5a7bcd8f95e3710431d 100644
|
| --- a/src/effects/SkColorMatrixFilter.cpp
|
| +++ b/src/effects/SkColorMatrixFilter.cpp
|
| @@ -409,7 +409,7 @@ public:
|
|
|
| if (NULL == inputColor) {
|
| // could optimize this case, but we aren't for now.
|
| - inputColor = GrGLSLOnesVecf(4);
|
| + inputColor = GrGLSLExpr<4>(1).c_str();
|
| }
|
| // The max() is to guard against 0 / 0 during unpremul when the incoming color is
|
| // transparent black.
|
|
|