Index: src/core/SkImageFilter.cpp |
diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp |
index e9be10967fcf1dc7a2afc5896690e29da70d1c6c..5157db2dc935ad0f2a5b1bb243981cdeeb711e4c 100644 |
--- a/src/core/SkImageFilter.cpp |
+++ b/src/core/SkImageFilter.cpp |
@@ -352,7 +352,7 @@ |
GrPaint paint; |
if (this->asFragmentProcessor(&fp, paint.getProcessorDataManager(), srcTexture, matrix, bounds)) { |
SkASSERT(fp); |
- paint.addColorFragmentProcessor(fp)->unref(); |
+ paint.addColorProcessor(fp)->unref(); |
GrDrawContext* drawContext = context->drawContext(); |
if (drawContext) { |