mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Avoid crash due to missing prerenderer support (issue #608).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@657 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -41,6 +41,7 @@ WebViewHost* WebViewHost::Create(GtkWidget* parent_view,
|
||||
#endif
|
||||
host->webview()->setDevToolsAgentClient(dev_tools_client);
|
||||
host->webview()->setPermissionClient(delegate);
|
||||
host->webview()->setPrerendererClient(delegate);
|
||||
prefs.Apply(host->webview());
|
||||
host->webview()->initializeMainFrame(delegate);
|
||||
host->webwidget_->layout();
|
||||
|
Reference in New Issue
Block a user