aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/circles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/circles.cpp')
-rw-r--r--gm/circles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/circles.cpp b/gm/circles.cpp
index 369548cc59..a178ba9b8e 100644
--- a/gm/circles.cpp
+++ b/gm/circles.cpp
@@ -81,7 +81,7 @@ protected:
// AA with blur
SkPaint p;
p.setAntiAlias(true);
- SkDrawLooper* shadowLooper =
+ SkBlurDrawLooper* shadowLooper =
SkBlurDrawLooper::Create(SK_ColorBLUE,
SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(10)),
SkIntToScalar(5), SkIntToScalar(10),