Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index 8755440e0b0ea171e893b6d8e9bf80c8a2d63161..2ffb7efde8c9533e63a68449c3435a4fbcf9b4f9 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -1011,7 +1011,7 @@ static void test_gpu_picture_optimization(skiatest::Reporter* reporter, |
REPORTER_ASSERT(reporter, pict->uniqueID() == info2.fPictureID); |
REPORTER_ASSERT(reporter, kWidth / 2 == info2.fSize.fWidth && |
kHeight/2 == info2.fSize.fHeight); // bound reduces size |
- REPORTER_ASSERT(reporter, info2.fOriginXform.isIdentity()); |
+ REPORTER_ASSERT(reporter, !info2.fOriginXform.isIdentity()); |
REPORTER_ASSERT(reporter, kWidth/2 == info2.fOffset.fX && // translated |
kHeight/2 == info2.fOffset.fY); |
REPORTER_ASSERT(reporter, NULL == info1.fPaint); |