From 61e96cd44624c9faceb625519c1b29775b161f45 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Tue, 11 Feb 2014 18:21:45 +0000 Subject: SkBitmap now really stores SkImageInfo -- config is just a ruse BUG=skia: R=scroggo@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/159653004 git-svn-id: http://skia.googlecode.com/svn/trunk@13411 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PixelRefTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PixelRefTest.cpp') diff --git a/tests/PixelRefTest.cpp b/tests/PixelRefTest.cpp index c0bdf54c25..aeb3070eac 100644 --- a/tests/PixelRefTest.cpp +++ b/tests/PixelRefTest.cpp @@ -30,7 +30,7 @@ static void test_info(skiatest::Reporter* reporter) { REPORTER_ASSERT(reporter, success); success = bitmap.asImageInfo(&info); REPORTER_ASSERT(reporter, success == gRec[i].fExpectedSuccess); - if (gRec[i].fExpectedSuccess) { + if (success && gRec[i].fExpectedSuccess) { REPORTER_ASSERT(reporter, info.fAlphaType == gRec[i].fAlphaType); REPORTER_ASSERT(reporter, info.fColorType == gRec[i].fExpectedColorType); } -- cgit v1.2.3