From 88efb7ec99239eeecaa17d21f8635be1bce29cca Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Tue, 14 Jul 2009 16:32:59 +0000 Subject: Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, make use of WebPopupMenuInfo from the WebKit API. WebMenuItem remains in webkit/glue for convenience with IPC marshalling and related usage in Chrome. This work is precursor to switching over to using WebWidget from the WebKit API. BUG=16234 TEST=html select drop downs should still work on the mac. try switching languages on news.google.com. R=paul Review URL: http://codereview.chromium.org/155378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20624 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 308fb5f..4c79563 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4243,6 +4243,7 @@ 'api/public/WebNonCopyable.h', 'api/public/WebPluginListBuilder.h', 'api/public/WebPoint.h', + 'api/public/WebPopupMenuInfo.h', 'api/public/WebRect.h', 'api/public/WebScreenInfo.h', 'api/public/WebScriptSource.h', @@ -4616,6 +4617,7 @@ 'glue/webkitclient_impl.h', 'glue/webmediaplayer_impl.h', 'glue/webmediaplayer_impl.cc', + 'glue/webmenuitem.h', 'glue/webmenurunner_mac.h', 'glue/webmenurunner_mac.mm', 'glue/webplugin.h', -- cgit v1.1