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:
parent
181f4b3269
commit
2f6c957afd
@ -22,7 +22,7 @@ public:
|
||||
protected:
|
||||
|
||||
SkString onShortName() {
|
||||
return SkString(" verttext");
|
||||
return SkString("verttext");
|
||||
}
|
||||
|
||||
SkISize onISize() { return make_isize(640, 480); }
|
||||
|
Loading…
Reference in New Issue
Block a user