Index: gm/gm.cpp |
diff --git a/gm/gm.cpp b/gm/gm.cpp |
index 82dd47637e7c95be79fded4d3e73581cc234e465..803874f5bc9d193c9c46a247f68397a5ba721e17 100644 |
--- a/gm/gm.cpp |
+++ b/gm/gm.cpp |
@@ -40,7 +40,7 @@ void GM::drawBackground(SkCanvas* canvas) { |
this->onDrawBackground(canvas); |
} |
-const char* GM::shortName() { |
+const char* GM::getName() { |
if (fShortName.size() == 0) { |
fShortName = this->onShortName(); |
} |