Index: content/shell/test_runner/test_runner_for_specific_view.cc |
diff --git a/content/shell/test_runner/test_runner_for_specific_view.cc b/content/shell/test_runner/test_runner_for_specific_view.cc |
index a2f283952455ccb2c4a74d07a7bcd56276bddb2d..cbd139b1d53620b70e371556029b54040d073fac 100644 |
--- a/content/shell/test_runner/test_runner_for_specific_view.cc |
+++ b/content/shell/test_runner/test_runner_for_specific_view.cc |
@@ -255,7 +255,6 @@ void TestRunnerForSpecificView::CapturePixelsCallback( |
v8::Context::Scope context_scope(context); |
v8::Local<v8::Value> argv[3]; |
- SkAutoLockPixels snapshot_lock(snapshot); |
// Size can be 0 for cases where copyImageAt was called on position |
// that doesn't have an image. |