aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-24 12:30:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-24 12:30:34 -0700
commitb560b5c8c03fe1b9b1b8a90c546481b8db7f043e (patch)
tree927eb3da7eb8715af13fcc174de583af71e63423 /tests
parent057ae8a15ddd2af639a829d63aca29cbc6b1bb57 (diff)
lockPixelsAreWritable is deprecated
Diffstat (limited to 'tests')
-rw-r--r--tests/ReadPixelsTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp
index 6aebe6effa..5d3bfc9902 100644
--- a/tests/ReadPixelsTest.cpp
+++ b/tests/ReadPixelsTest.cpp
@@ -130,7 +130,6 @@ static void fill_src_texture(GrTexture* texture) {
#endif
static void fill_dst_bmp_with_init_data(SkBitmap* bitmap) {
- SkASSERT(bitmap->lockPixelsAreWritable());
SkAutoLockPixels alp(*bitmap);
int w = bitmap->width();
int h = bitmap->height();