aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/filltypespersp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/filltypespersp.cpp')
-rw-r--r--gm/filltypespersp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/filltypespersp.cpp b/gm/filltypespersp.cpp
index e675990631..bdd14a73aa 100644
--- a/gm/filltypespersp.cpp
+++ b/gm/filltypespersp.cpp
@@ -14,7 +14,7 @@ class FillTypePerspGM : public GM {
SkPath fPath;
public:
FillTypePerspGM() {}
-
+
void makePath() {
if (fPath.isEmpty()) {
const SkScalar radius = SkIntToScalar(45);
@@ -22,7 +22,7 @@ public:
fPath.addCircle(SkIntToScalar(100), SkIntToScalar(100), radius);
}
}
-
+
protected:
virtual SkString onShortName() {
return SkString("filltypespersp");
@@ -120,7 +120,7 @@ protected:
canvas->translate(SkIntToScalar(450), 0);
showFour(canvas, scale, true);
}
-
+
private:
typedef GM INHERITED;
};