Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: gm/strokerects.cpp

Issue 99573004: rename StrokeRect to StrokeRects (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698