Give the new font cache GM a name
authorjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 9 Oct 2013 18:53:35 +0000 (18:53 +0000)
committerjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 9 Oct 2013 18:53:35 +0000 (18:53 +0000)
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

gm/fontcache.cpp

index 1e01de0..ecaa354 100644 (file)
@@ -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;
 };