diff options
Diffstat (limited to 'tests/DeferredCanvasTest.cpp')
-rw-r--r-- | tests/DeferredCanvasTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp index 0fee1808c4..7a8ed9d659 100644 --- a/tests/DeferredCanvasTest.cpp +++ b/tests/DeferredCanvasTest.cpp @@ -212,7 +212,7 @@ static void TestDeferredCanvasMemoryLimit(skiatest::Reporter* reporter) { // SkPicture path is not fixed #if SK_DEFERRED_CANVAS_USES_GPIPE - REPORTER_ASSERT(reporter, mockDevice.fDrawBitmapCallCount == 3); + REPORTER_ASSERT(reporter, mockDevice.fDrawBitmapCallCount == 4); #endif } |