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

Unified Diff: gm/gm.h

Issue 178473006: DM: also run benches once. (Closed) Base URL: https://skia.googlesource.com/skia.git@dm
Patch Set: add note Created 6 years, 10 months 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 | « dm/DMUtil.cpp ('k') | gm/gm.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « dm/DMUtil.cpp ('k') | gm/gm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698