diff options
-rw-r--r-- | chromium/base/run_loop.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/base/run_loop.h b/chromium/base/run_loop.h index 3e20a305f53..af06c4f1b91 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; @@ -204,6 +208,7 @@ class BASE_EXPORT RunLoop { // TODO(gab): Break the inter-dependency between MessageLoop and RunLoop // further. http://crbug.com/703346 friend class MessageLoop; + friend class QtWebEngineCore::WebEngineContext; #if defined(OS_ANDROID) // Android doesn't support the blocking MessageLoop::Run, so it calls // BeforeRun and AfterRun directly. |