| Index: webkit/glue/chrome_client_impl.cc
|
| ===================================================================
|
| --- webkit/glue/chrome_client_impl.cc (revision 7623)
|
| +++ webkit/glue/chrome_client_impl.cc (working copy)
|
| @@ -461,12 +461,12 @@
|
|
|
| void ChromeClientImpl::popupOpened(WebCore::FramelessScrollView* popup_view,
|
| const WebCore::IntRect& bounds,
|
| - bool focus_on_show) {
|
| + bool activatable) {
|
| WebViewDelegate* d = webview_->delegate();
|
| if (d) {
|
| WebWidgetImpl* webwidget =
|
| static_cast<WebWidgetImpl*>(d->CreatePopupWidget(webview_,
|
| - focus_on_show));
|
| + activatable));
|
| webwidget->Init(popup_view, webkit_glue::FromIntRect(bounds));
|
| }
|
| }
|
|
|