Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index 153695b773d34c0d75778a5eeb0cf05dfa7bc9d4..2fe6e47ab548e9edecc384aa9333adc24b149b2a 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -1119,7 +1119,7 @@ static void test_bytes_used(skiatest::Reporter* reporter) { |
// Protect against any unintentional bloat. |
size_t approxUsed = SkPictureUtils::ApproximateBytesUsed(empty.get()); |
- REPORTER_ASSERT(reporter, approxUsed <= 136); |
+ REPORTER_ASSERT(reporter, approxUsed <= 416); |
// Sanity check of nested SkPictures. |
SkPictureRecorder r2; |