Fix win7 BitmapTest
BUG= R=bungeman@google.com Review URL: https://codereview.chromium.org/110223005 git-svn-id: http://skia.googlecode.com/svn/trunk@12675 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
4428734907
commit
2af6c1204d
@ -24,7 +24,7 @@ DEF_TEST(Bitmap, reporter) {
|
||||
if (setConf) {
|
||||
REPORTER_ASSERT(reporter, bm.allocPixels(NULL));
|
||||
}
|
||||
REPORTER_ASSERT(reporter, (width & height) != bm.empty());
|
||||
REPORTER_ASSERT(reporter, SkToBool(width & height) != bm.empty());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user