aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/fontcache.cpp
diff options
context:
space:
mode:
authorGravatar jvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-09 18:53:35 +0000
committerGravatar jvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-09 18:53:35 +0000
commit73d13d70dc46849b88b79096772d6f8e32cb5fe2 (patch)
treedb96b2f04a2006069261525fb6dcc69bf2935687 /gm/fontcache.cpp
parent235002fb127fc5b7564910434faed84337c08238 (diff)
Give the new font cache GM a name
BUG= R=borenet@google.com Review URL: https://codereview.chromium.org/26675004 git-svn-id: http://skia.googlecode.com/svn/trunk@11685 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/fontcache.cpp')
-rw-r--r--gm/fontcache.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gm/fontcache.cpp b/gm/fontcache.cpp
index 1e01de0641..ecaa354b61 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;
};