diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-09 03:05:30 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-09 03:05:30 +0000 |
commit | 8a1e688552e8bc6b70633a56ea4769ee168a5f49 (patch) | |
tree | f183fe7d136eebab2ec187982eefb7786bd49472 /tests | |
parent | 5e674b23137ed5382961cb9cc65bbe9d67d8fb81 (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14661 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/PictureTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp index 27095821c1..5242fd6825 100644 --- a/tests/PictureTest.cpp +++ b/tests/PictureTest.cpp @@ -889,7 +889,7 @@ static void test_gpu_picture_optimization(skiatest::Reporter* reporter, REPORTER_ASSERT(reporter, kWidth/2 == info2.fSize.fWidth && kHeight/2 == info2.fSize.fHeight); // bound reduces size REPORTER_ASSERT(reporter, info2.fCTM.isIdentity()); // translated - REPORTER_ASSERT(reporter, kWidth/2 == info2.fOffset.fX && + REPORTER_ASSERT(reporter, kWidth/2 == info2.fOffset.fX && kHeight/2 == info2.fOffset.fY); REPORTER_ASSERT(reporter, NULL != info1.fPaint); REPORTER_ASSERT(reporter, info2.fIsNested && !info2.fHasNestedLayers); // is nested |