Index: content/browser/frame_host/navigation_controller_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
index 0f5e0061e1afb7f54e54ad2cde93b8fac5a4c9f4..6d478e4f971d43f8a4090b4770c0c631d0a71c28 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
@@ -76,8 +76,6 @@ bool DoImagesMatch(const gfx::Image& a, const gfx::Image& b) { |
a_bitmap.height() != b_bitmap.height()) { |
return false; |
} |
- SkAutoLockPixels a_bitmap_lock(a_bitmap); |
- SkAutoLockPixels b_bitmap_lock(b_bitmap); |
return memcmp(a_bitmap.getPixels(), |
b_bitmap.getPixels(), |
a_bitmap.getSize()) == 0; |