| Index: chrome/browser/ui/views/extensions/extension_popup.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/extensions/extension_popup.cc (revision 85284)
|
| +++ chrome/browser/ui/views/extensions/extension_popup.cc (working copy)
|
| @@ -77,11 +77,11 @@
|
| }
|
|
|
| void ExtensionPopup::Show(bool activate) {
|
| - if (visible())
|
| + if (popup_->IsVisible())
|
| return;
|
|
|
| #if defined(OS_WIN)
|
| - frame_->GetWindow()->DisableInactiveRendering();
|
| + frame_->GetContainingWindow()->DisableInactiveRendering();
|
| #endif
|
|
|
| ResizeToView();
|
|
|