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