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
This commit is contained in:
parent
235002fb12
commit
73d13d70dc
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user