Index: src/core/SkImageFilter.cpp |
diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp |
index 0a46cb3ce4632b47bf22311e8cf8deb883663071..90f14c55dc4ca6dc9132220aae711f91c1222254 100644 |
--- a/src/core/SkImageFilter.cpp |
+++ b/src/core/SkImageFilter.cpp |
@@ -352,7 +352,7 @@ bool SkImageFilter::filterImageGPU(Proxy* proxy, const SkBitmap& src, const Cont |
GrPaint paint; |
if (this->asFragmentProcessor(&fp, paint.getProcessorDataManager(), srcTexture, matrix, bounds)) { |
SkASSERT(fp); |
- paint.addColorProcessor(fp)->unref(); |
+ paint.addColorFragmentProcessor(fp)->unref(); |
GrDrawContext* drawContext = context->drawContext(); |
if (drawContext) { |