summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/aeropeek_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/aeropeek_manager.cc b/chrome/browser/aeropeek_manager.cc
index 3830498..6385b4b 100644
--- a/chrome/browser/aeropeek_manager.cc
+++ b/chrome/browser/aeropeek_manager.cc
@@ -778,7 +778,7 @@ void AeroPeekWindow::Update(bool is_loading) {
// thumbnail image of this window now.
if (!hwnd()) {
gfx::Rect bounds;
- WindowImpl::Init(NULL, bounds);
+ WindowImpl::Init(frame_window_, bounds);
return;
}