aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 340c338c27..707c4c95b1 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -1110,9 +1110,6 @@ struct Task {
gDefinitelyThreadSafeWork.add([task,name,bitmap,data]{
std::unique_ptr<SkStreamAsset> ownedData(data);
- // Why doesn't the copy constructor do this when we have pre-locked pixels?
- bitmap.lockPixels();
-
SkString md5;
if (!FLAGS_writePath.isEmpty() || !FLAGS_readPath.isEmpty()) {
SkMD5 hash;