Index: gm/gm.h |
diff --git a/gm/gm.h b/gm/gm.h |
index 372b781d783a46ec0063bda3eb65a0d6addcf840..90de96f7e80826e13f94e20dce6174f3f88ab48e 100644 |
--- a/gm/gm.h |
+++ b/gm/gm.h |
@@ -66,7 +66,7 @@ namespace skiagm { |
void drawContent(SkCanvas*); |
SkISize getISize() { return this->onISize(); } |
- const char* shortName(); |
+ const char* getName(); |
uint32_t getFlags() const { |
return this->onGetFlags(); |