Index: src/core/SkPaint.cpp |
diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp |
index 42b1a532de7d2d312aa59107e293b615bd4d49c6..9d76a169b39184c22d59c3789cf072aeef1d9110 100644 |
--- a/src/core/SkPaint.cpp |
+++ b/src/core/SkPaint.cpp |
@@ -398,7 +398,7 @@ SET_PTR(MaskFilter) |
#ifdef SK_SUPPORT_LEGACY_MINOR_EFFECT_PTR |
SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { |
- fLooper.reset(SkSafeRef(looper)); |
+ fDrawLooper.reset(SkSafeRef(looper)); |
return looper; |
} |
#endif |