summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-05-29 23:27:13 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-31 10:55:54 +0200
commitff2e715a272fd1f24a8c35fecfd1afd6c588baa1 (patch)
tree44a73cf920d627e0bf4c0272ac90b93dd0b4f116 /patches/patch-chromium.sh
parent2e35c9df043eb4187597e80bed080bb25f1a40a6 (diff)
Remove Qt specific m_window member from Shell.
Unfortunately this requires some minor reinterpret_casts.
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index 2bbccaa3e..ce8a6c716 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -21,8 +21,7 @@ fi
echo "Applying patches..."
git am $PATCH_DIR/0001-My-local-fixes.patch
-git am $PATCH_DIR/0001-Temporary-patch-add-some-Qt-member-functions-to-Rend.patch
-git am $PATCH_DIR/0001-remove-render_widget_host_view_gtk-and-web_contents_.patch
+git am $PATCH_DIR/0001-Exclude-some-Gtk-files-from-the-chromium-build.patch
cd tools/gyp
echo "Entering $PWD"