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 24b8b7083f25c40f862c7146a028e2a6dd00a242..9dc64e31ec2301bae61f3fb6be1e667622172cb9 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. |