summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-10-30 11:28:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-11 17:25:17 +0100
commit258e3aad97be370663983573b557c4115db3fafb (patch)
tree0a5a55d7825fa93d7c3a0557c1dfb851aac05ec3 /patches/patch-chromium.sh
parentfb62607e950ac711f7366b378d8d5f952d4fd1b3 (diff)
Use our own implementation of GetDefaultXDisplay.
This allows the Chromium GL code to initialize on the display created by Qt. Change-Id: I3d21f56c3792d6e99cb94690f56d7dd5c542045a Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index 510237a5a..2c3834b08 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -68,6 +68,7 @@ git am $PATCH_DIR/0001-remove-Wno-deprecated-register-from-common.gypi.patch
git am $PATCH_DIR/0001-Solve-conflicts-when-including-both-QtOpenGL-headers.patch
git am $PATCH_DIR/0001-Do-not-forward-declare-UIResourceRequest-Identity-an.patch
git am $PATCH_DIR/0001-Fix-the-build-with-a-GL-ES2-configured-Qt.patch
+git am $PATCH_DIR/0001-Hide-the-definition-of-MessagePumpGtk-GetDefaultXDis.patch
cd $CHROMIUM_SRC_DIR/third_party/WebKit
echo "Entering $PWD"