Speculative build fix after r13292.
TBR=senorblanco@chromium.org Review URL: https://codereview.chromium.org/153213002 git-svn-id: http://skia.googlecode.com/svn/trunk@13294 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
58d1466c77
commit
ec7c35d015
@ -212,7 +212,7 @@ static void test_crop_rects(SkBaseDevice* device, skiatest::Reporter* reporter)
|
||||
SkBitmap result;
|
||||
SkIPoint offset;
|
||||
SkString str;
|
||||
str.printf("filter %ld", i);
|
||||
str.printf("filter %zd", i);
|
||||
REPORTER_ASSERT_MESSAGE(reporter, filter->filterImage(&proxy, bitmap, SkMatrix::I(), &result, &offset), str.c_str());
|
||||
REPORTER_ASSERT_MESSAGE(reporter, offset.fX == 20 && offset.fY == 30, str.c_str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user