| Index: tests/DeferredCanvasTest.cpp
|
| diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp
|
| index b61ae2ede2f9ab37493cbe576628aacc341e4908..a5a763a9cb0b219e1f649a0fd428157ca489aada 100644
|
| --- a/tests/DeferredCanvasTest.cpp
|
| +++ b/tests/DeferredCanvasTest.cpp
|
| @@ -547,7 +547,7 @@ static void TestDeferredCanvasBitmapCaching(skiatest::Reporter* reporter) {
|
| canvas->drawBitmap(sourceImages[0], 0, 0, NULL);
|
| REPORTER_ASSERT(reporter, 2 == notificationCounter.fStorageAllocatedChangedCount);
|
| canvas->drawBitmap(sourceImages[0], 0, 0, NULL);
|
| - REPORTER_ASSERT(reporter, 2 == notificationCounter.fStorageAllocatedChangedCount);
|
| + REPORTER_ASSERT(reporter, 3 == notificationCounter.fStorageAllocatedChangedCount);
|
| REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
|
| REPORTER_ASSERT(reporter, canvas->storageAllocatedForRecording() < 2 * bitmapSize);
|
|
|
|
|