| 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 ae7ad90f1e4d51f7decb546297d3535b0a0b6c05..6faf9e76470375e8ced83886800f03f2fcd7b40f 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -81,7 +81,7 @@ class MockScreenshotManager : public content::NavigationEntryScreenshotManager {
|
| 1, 1, kAlpha_8_SkColorType, kPremul_SkAlphaType));
|
| bitmap.eraseARGB(0, 0, 0, 0);
|
| encoding_screenshot_in_progress_ = true;
|
| - OnScreenshotTaken(entry->GetUniqueID(), true, bitmap);
|
| + OnScreenshotTaken(entry->GetUniqueID(), bitmap, content::READBACK_SUCCESS);
|
| WaitUntilScreenshotIsReady();
|
| }
|
|
|
|
|