aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecPartialTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodecPartialTest.cpp')
-rw-r--r--tests/CodecPartialTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/CodecPartialTest.cpp b/tests/CodecPartialTest.cpp
index f5eea371d9..20cd1d11f0 100644
--- a/tests/CodecPartialTest.cpp
+++ b/tests/CodecPartialTest.cpp
@@ -277,10 +277,6 @@ DEF_TEST(Codec_partialAnim, r) {
frameInfo = partialCodec->getFrameInfo();
REPORTER_ASSERT(r, frameInfo.size() == i + 1);
REPORTER_ASSERT(r, frameInfo[i].fFullyReceived);
-
- // allocPixels locked the pixels for frame, but frames[i] was copied
- // from another bitmap, and did not retain the locked status.
- SkAutoLockPixels alp(frames[i]);
compare_bitmaps(r, frames[i], frame);
}
}