update verttext to remove leading space from image name

add mac-desktop baseline images



git-svn-id: http://skia.googlecode.com/svn/trunk@2763 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-11-30 14:58:16 +00:00
parent 181f4b3269
commit 2f6c957afd

View File

@ -22,7 +22,7 @@ public:
protected:
SkString onShortName() {
return SkString(" verttext");
return SkString("verttext");
}
SkISize onISize() { return make_isize(640, 480); }