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:
reed@google.com 2013-04-16 17:58:38 +00:00
parent 9bfc438e1d
commit 8f6f67efb6

View File

@ -46,7 +46,7 @@ public:
protected:
virtual SkString onShortName() {
return SkString("bitmaprectest");
return SkString("bitmaprecttest");
}
virtual SkISize onISize() {