summaryrefslogtreecommitdiffstats
path: root/patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-12-06 18:19:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 12:46:45 +0100
commitacefc4ef38759bea3ede377e21c38dc8e4046e9e (patch)
tree891a7200668b41b10f0704676815f5226d37b253 /patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
parentcc9c8e14d9a2aec6a746e889b8f597f7d89b303d (diff)
Update chromium patches to apply on current stable (1650)
Change-Id: I3bdad02a2ef69d242980e34774a8219ef0c74ea9 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch')
-rw-r--r--patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch b/patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
index b2998b8b6..fba13a90a 100644
--- a/patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
+++ b/patches/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
@@ -8,7 +8,7 @@ Subject: [PATCH 2/2] Add WebEngineContext to RunLoop's friends.
1 file changed, 3 insertions(+)
diff --git a/base/run_loop.h b/base/run_loop.h
-index 380c8bf..12f810a 100644
+index f5ee5c3..b167907 100644
--- a/base/run_loop.h
+++ b/base/run_loop.h
@@ -10,6 +10,8 @@
@@ -20,7 +20,7 @@ index 380c8bf..12f810a 100644
namespace base {
#if defined(OS_ANDROID)
class MessagePumpForUI;
-@@ -74,6 +76,7 @@ class BASE_EXPORT RunLoop {
+@@ -76,6 +78,7 @@ class BASE_EXPORT RunLoop {
private:
friend class MessageLoop;
@@ -29,5 +29,5 @@ index 380c8bf..12f810a 100644
// Android doesn't support the blocking MessageLoop::Run, so it calls
// BeforeRun and AfterRun directly.
--
-1.8.3
+1.8.4.2