Index: content/shell/renderer/layout_test/blink_test_runner.cc |
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc |
index 442b2b821b1b0cf8c376d60db61f39f76b582b44..d2171e6c177b8866898ca197d29a207c9cdda624 100644 |
--- a/content/shell/renderer/layout_test/blink_test_runner.cc |
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc |
@@ -937,7 +937,6 @@ void BlinkTestRunner::OnPixelsDumpCompleted(const SkBitmap& snapshot) { |
DCHECK_NE(0, snapshot.info().width()); |
DCHECK_NE(0, snapshot.info().height()); |
- SkAutoLockPixels snapshot_lock(snapshot); |
// The snapshot arrives from the GPU process via shared memory. Because MSan |
// can't track initializedness across processes, we must assure it that the |
// pixels are in fact initialized. |