summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_view_qt.cpp
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-07-02 17:33:41 +0200
committerPierre Rossi <pierre.rossi@gmail.com>2013-07-02 18:46:37 +0200
commit1949732342370b8e4ae1b0da619fb8f1a6861aa9 (patch)
treed37fe92ad015c549572343fa5354cd4a9f9567ad /lib/web_contents_view_qt.cpp
parent42dd83708062f493a1f0e4508fbb36d5c1f0b59a (diff)
Implement CreateWebContentsView and exclude web_contents_view_* from build.
Change-Id: I1b5259d7e35631c9cce93b61426846cfb0b92882 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'lib/web_contents_view_qt.cpp')
-rw-r--r--lib/web_contents_view_qt.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/web_contents_view_qt.cpp b/lib/web_contents_view_qt.cpp
index 1ac83ca47..c598fedfa 100644
--- a/lib/web_contents_view_qt.cpp
+++ b/lib/web_contents_view_qt.cpp
@@ -47,6 +47,10 @@
#include "content/browser/renderer_host/render_view_host_impl.h"
+namespace content {
+WebContentsViewPort* CreateWebContentsView(WebContentsImpl* web_contents, WebContentsViewDelegate* delegate, RenderViewHostDelegateView** render_view_host_delegate_view) { return 0; }
+}
+
WebContentsViewQtClient::WebContentsViewQtClient()
// This has to be the first thing we do.
: context(WebEngineContext::current())