| 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 f3aea72759c7ce4a0dc158ea7b70656c1664cf31..ae8ff9fb3d0e33219bc5ec55a180fa2337a4cc04 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -83,7 +83,8 @@ 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(), true, bitmap, content::READBACK_SUCCESS);
|
| WaitUntilScreenshotIsReady();
|
| }
|
|
|
|
|