aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/Sample2PtRadial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/Sample2PtRadial.cpp')
-rw-r--r--samplecode/Sample2PtRadial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/Sample2PtRadial.cpp b/samplecode/Sample2PtRadial.cpp
index 0c44fd6fc5..073fd8241b 100644
--- a/samplecode/Sample2PtRadial.cpp
+++ b/samplecode/Sample2PtRadial.cpp
@@ -36,7 +36,7 @@ protected:
SkShader* s = SkGradientShader::CreateTwoPointRadial(c0, r0, c1, r1, colors,
NULL, 2,
SkShader::kClamp_TileMode);
-
+
SkPaint paint;
paint.setShader(s)->unref();
canvas->drawPaint(paint);