| 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 928ce330ffbb2d65c653bf19b34b8a1cc904cc33..1f76cbea707f93693b1c5d097126533b16ad11c6 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -82,7 +82,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();
|
| }
|
|
|
|
|