| Index: gm/strokerects.cpp
|
| diff --git a/gm/strokerects.cpp b/gm/strokerects.cpp
|
| index 88641da695761153eb0aee87c8d2cebdc2496654..6abb89f2d8024428f93afc3ae38d7752f80c8aea 100644
|
| --- a/gm/strokerects.cpp
|
| +++ b/gm/strokerects.cpp
|
| @@ -20,9 +20,9 @@ namespace skiagm {
|
| static const SkScalar SW = SkIntToScalar(W);
|
| static const SkScalar SH = SkIntToScalar(H);
|
|
|
| -class StrokeRectGM : public GM {
|
| +class StrokeRectsGM : public GM {
|
| public:
|
| - StrokeRectGM() {}
|
| + StrokeRectsGM() {}
|
|
|
| protected:
|
| virtual SkString onShortName() {
|
| @@ -77,7 +77,7 @@ private:
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|
| -static GM* MyFactory(void*) { return new StrokeRectGM; }
|
| +static GM* MyFactory(void*) { return new StrokeRectsGM; }
|
| static GMRegistry reg(MyFactory);
|
|
|
| }
|
|
|