Index: src/gpu/effects/GrBicubicEffect.cpp |
diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp |
index d8a9726030063438f4c1a1e8b44e435da8990ca9..ad9be6bdc7968d9129863a3e2375a799b7db3fb8 100644 |
--- a/src/gpu/effects/GrBicubicEffect.cpp |
+++ b/src/gpu/effects/GrBicubicEffect.cpp |
@@ -175,7 +175,7 @@ |
GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrBicubicEffect); |
-const GrFragmentProcessor* GrBicubicEffect::TestCreate(GrProcessorTestData* d) { |
+GrFragmentProcessor* GrBicubicEffect::TestCreate(GrProcessorTestData* d) { |
int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx : |
GrProcessorUnitTest::kAlphaTextureIdx; |
SkScalar coefficients[16]; |