Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: webkit/tools/test_shell/test_shell_mac.mm

Issue 48149: Use cocoa controls for HTML select popups in test_shell (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/test_shell_mac.mm
===================================================================
--- webkit/tools/test_shell/test_shell_mac.mm (revision 12371)
+++ webkit/tools/test_shell/test_shell_mac.mm (working copy)
@@ -460,8 +460,7 @@
WebWidget* TestShell::CreatePopupWidget(WebView* webview) {
DCHECK(!m_popupHost);
- m_popupHost = WebWidgetHost::Create(NULL, delegate_.get());
- // ShowWindow(popupWnd(), SW_SHOW);
+ m_popupHost = WebWidgetHost::Create(webViewWnd(), delegate_.get());
return m_popupHost->webwidget();
}

Powered by Google App Engine
This is Rietveld 408576698