Index: samplecode/SampleUnpremul.cpp |
diff --git a/samplecode/SampleUnpremul.cpp b/samplecode/SampleUnpremul.cpp |
index 4e3e1fae97b0967d547b81e9decadcb54a9d7dec..6d5cf6cccc3de3253040cfefb6073dbbe31a72fe 100644 |
--- a/samplecode/SampleUnpremul.cpp |
+++ b/samplecode/SampleUnpremul.cpp |
@@ -83,7 +83,7 @@ |
SkPaint paint; |
paint.setAntiAlias(true); |
paint.setTextSize(SkIntToScalar(24)); |
- SkAutoTUnref<SkDrawLooper> looper( |
+ SkAutoTUnref<SkBlurDrawLooper> looper( |
SkBlurDrawLooper::Create(SK_ColorBLUE, |
SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(2)), |
0, 0)); |