change shortName to match filename
git-svn-id: http://skia.googlecode.com/svn/trunk@8705 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
9bfc438e1d
commit
8f6f67efb6
@ -46,7 +46,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual SkString onShortName() {
|
||||
return SkString("bitmaprectest");
|
||||
return SkString("bitmaprecttest");
|
||||
}
|
||||
|
||||
virtual SkISize onISize() {
|
||||
|
Loading…
Reference in New Issue
Block a user