| Index: webkit/glue/webview_delegate.h
|
| ===================================================================
|
| --- webkit/glue/webview_delegate.h (revision 20609)
|
| +++ webkit/glue/webview_delegate.h (working copy)
|
| @@ -52,6 +52,7 @@
|
| class WebURLRequest;
|
| class WebURLResponse;
|
| struct WebPoint;
|
| +struct WebPopupMenuInfo;
|
| struct WebRect;
|
| struct WebURLError;
|
| }
|
| @@ -119,6 +120,14 @@
|
| return NULL;
|
| }
|
|
|
| + // Like CreatePopupWidget, except the actual widget is rendered by the
|
| + // embedder using the supplied info.
|
| + virtual WebWidget* CreatePopupWidgetWithInfo(
|
| + WebView* webview,
|
| + const WebKit::WebPopupMenuInfo& info) {
|
| + return NULL;
|
| + }
|
| +
|
| // This method is called to create a WebPluginDelegate implementation when a
|
| // new plugin is instanced. See webkit_glue::CreateWebPluginDelegateHelper
|
| // for a default WebPluginDelegate implementation.
|
|
|