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

Unified Diff: gm/fontcache.cpp

Issue 26675004: Give the new font cache GM a name (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/fontcache.cpp
diff --git a/gm/fontcache.cpp b/gm/fontcache.cpp
index 1e01de0641705706c2fb3eda6e735c4a06317365..ecaa354b61b50b0ea754b1f5facd6cfbb8198bff 100644
--- a/gm/fontcache.cpp
+++ b/gm/fontcache.cpp
@@ -48,7 +48,7 @@ public:
protected:
virtual SkString onShortName() SK_OVERRIDE {
- return fName;
+ return SkString("fontcache");
}
virtual SkISize onISize() SK_OVERRIDE {
@@ -110,7 +110,6 @@ protected:
private:
SkTypeface* fTypefaces[TYPEFACE_COUNT];
- SkString fName;
typedef GM INHERITED;
};
« 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