From 8eb467bd907194c80ae21dd81585fe0968da2514 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 11 Jun 2013 15:44:26 +0200 Subject: Add WebEngineContext to RunLoop's friends. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2bb2600637ac5a3473273789cd61c257d682b702 Reviewed-by: Andras Becsi Reviewed-by: Jocelyn Turcotte (Woboq GmbH) Reviewed-by: Michael BrĂ¼ning --- chromium/base/run_loop.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chromium/base/run_loop.h b/chromium/base/run_loop.h index 7cf72dbf01d..ac277ba67bb 100644 --- a/chromium/base/run_loop.h +++ b/chromium/base/run_loop.h @@ -18,6 +18,10 @@ #include "base/threading/thread_checker.h" #include "build/build_config.h" +namespace QtWebEngineCore { +class WebEngineContext; +} + namespace base { #if defined(OS_ANDROID) class MessagePumpForUI; @@ -275,6 +279,7 @@ class BASE_EXPORT RunLoop { }; private: + friend class QtWebEngineCore::WebEngineContext; #if defined(OS_ANDROID) // Android doesn't support the blocking RunLoop::Run, so it calls // BeforeRun and AfterRun directly. -- cgit v1.2.1