Index: gm/circles.cpp |
diff --git a/gm/circles.cpp b/gm/circles.cpp |
index d9b25c0df364b6a6869bca67bdd89bce3b12cafb..dd37a61d5d4608e449470a535087f40d23858cbe 100644 |
--- a/gm/circles.cpp |
+++ b/gm/circles.cpp |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2012 Intel Inc. |
* |
@@ -155,7 +154,7 @@ protected: |
giantPaint.setAntiAlias(true); |
giantPaint.setColor(0x80808080); |
canvas->drawCircle(giantCenter.fX, giantCenter.fY, giantRadius, giantPaint); |
- |
+ |
SkRandom rand; |
canvas->translate(20 * SK_Scalar1, 20 * SK_Scalar1); |
int i; |