| Index: chrome/browser/aeropeek_manager.cc
|
| diff --git a/chrome/browser/aeropeek_manager.cc b/chrome/browser/aeropeek_manager.cc
|
| index 77360cfb460b1f54094033292d6b77fb6ca71f81..8c65ecbe5a56ee5abf980b06259663d0eea3d99a 100644
|
| --- a/chrome/browser/aeropeek_manager.cc
|
| +++ b/chrome/browser/aeropeek_manager.cc
|
| @@ -998,7 +998,7 @@ bool AeroPeekManager::GetTabPreview(int tab_id, SkBitmap* preview) {
|
| // Create a copy of this BackingStore image.
|
| // This code is just copied from "thumbnail_generator.cc".
|
| skia::PlatformCanvas canvas;
|
| - if (!render_view_host->CopyFromBackingStore(&canvas))
|
| + if (!render_view_host->CopyFromBackingStore(gfx::Size(), &canvas))
|
| return false;
|
|
|
| const SkBitmap& bitmap = skia::GetTopDevice(canvas)->accessBitmap(false);
|
|
|