From 3fcd31f5bd86cb568b1ca4f4f5c7c12c6675dceb Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Wed, 15 Jan 2014 19:06:17 +0100 Subject: Add a stub message system to communicate with the blink WebView This follows the model used by the Android WebView's AwRenderViewExt class. QtRenderViewObserverHost is attached to the WebContents and QtRenderViewObserver is attached to the RenderView in the render process. Both can exchange messages together and allow async commands to be carried from WebContentsAdapter and the result sent back through WebContentsAdapterClient. This patch also adds a renderer subdirectory to start matching the directory structure of Chromium. Change-Id: I724ca2fe2a597dcd2a15e8e1a23c4eeba1190703 Reviewed-by: Pierre Rossi --- src/core/content_main_delegate_qt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/content_main_delegate_qt.h') diff --git a/src/core/content_main_delegate_qt.h b/src/core/content_main_delegate_qt.h index af58bc323..71a0aaa34 100644 --- a/src/core/content_main_delegate_qt.h +++ b/src/core/content_main_delegate_qt.h @@ -59,6 +59,7 @@ public: void PreSandboxStartup() Q_DECL_OVERRIDE; content::ContentBrowserClient* CreateContentBrowserClient() Q_DECL_OVERRIDE; + content::ContentRendererClient* CreateContentRendererClient() Q_DECL_OVERRIDE; bool BasicStartupComplete(int* /*exit_code*/) Q_DECL_OVERRIDE; -- cgit v1.2.3