| Index: src/effects/SkAlphaThresholdFilter.cpp
|
| diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp
|
| index b28a62bcd7aa990869f39bcd483cf0f30bd3db18..0f96cdf59a1118ac922e35fa4ac3ee8e633efc51 100644
|
| --- a/src/effects/SkAlphaThresholdFilter.cpp
|
| +++ b/src/effects/SkAlphaThresholdFilter.cpp
|
| @@ -195,7 +195,7 @@
|
|
|
| GR_DEFINE_FRAGMENT_PROCESSOR_TEST(AlphaThresholdEffect);
|
|
|
| -const GrFragmentProcessor* AlphaThresholdEffect::TestCreate(GrProcessorTestData* d) {
|
| +GrFragmentProcessor* AlphaThresholdEffect::TestCreate(GrProcessorTestData* d) {
|
| GrTexture* bmpTex = d->fTextures[GrProcessorUnitTest::kSkiaPMTextureIdx];
|
| GrTexture* maskTex = d->fTextures[GrProcessorUnitTest::kAlphaTextureIdx];
|
| float innerThresh = d->fRandom->nextUScalar1();
|
|
|