Index: chrome/browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.cc |
diff --git a/chrome/browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.cc b/chrome/browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.cc |
index 05cc335a3cf0aa87c75d160a49bd2c72fbca8b2e..b26cf9f13db9bf7e20cc5699130b1d6a1f3eabd9 100644 |
--- a/chrome/browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.cc |
+++ b/chrome/browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.cc |
@@ -282,7 +282,6 @@ class FlashFullscreenInteractiveBrowserTest : public OutOfProcessPPAPITest { |
const SkBitmap& bitmap, |
content::ReadbackResponse response) { |
if (response == content::READBACK_SUCCESS) { |
- SkAutoLockPixels lock_pixels(bitmap); |
if (bitmap.width() > 0 && bitmap.height() > 0) |
*is_expected_color = (bitmap.getColor(0, 0) == expected_color); |
} |