From 18b86842bf5169cf89e5328c64e5ef67276ece6f Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Tue, 9 Jun 2020 08:41:17 +0200 Subject: Refactor RenderWidgetHostViewQt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make RenderWidgetHostViewQtDelegateClient class instantiable and remove its implementation from RenderWidgetHostViewQt. Change-Id: Idcad3a805defe8b910f418b91f14808b6dbf083b Reviewed-by: Jüri Valdmann --- src/core/web_contents_adapter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/web_contents_adapter.cpp') diff --git a/src/core/web_contents_adapter.cpp b/src/core/web_contents_adapter.cpp index ef482ef08..e88c80bc8 100644 --- a/src/core/web_contents_adapter.cpp +++ b/src/core/web_contents_adapter.cpp @@ -115,6 +115,7 @@ #include #include #include +#include #include // Can't include headers as qaccessible.h conflicts with Chromium headers. -- cgit v1.2.3