summaryrefslogtreecommitdiffstats
path: root/chromium/build/patches
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-09-12 10:26:22 +0000
committer Eric Hameleers <alien@slackware.com>2017-09-12 10:26:22 +0000
commit7163dc0ed3ab16e36edb31b7410fd96d823098a9 (patch)
treeca9745ab58a5582b5d3fa60f22f8a4a0da8c7432 /chromium/build/patches
parent88801e47edbacdd49d63104c70aa2beb7e496cf0 (diff)
downloadasb-7163dc0ed3ab16e36edb31b7410fd96d823098a9.tar.gz
asb-7163dc0ed3ab16e36edb31b7410fd96d823098a9.tar.xz
Initial revision
Diffstat (limited to 'chromium/build/patches')
-rw-r--r--chromium/build/patches/chromium_atk.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium_atk.patch b/chromium/build/patches/chromium_atk.patch
new file mode 100644
index 00000000..32fa2997
--- /dev/null
+++ b/chromium/build/patches/chromium_atk.patch
@@ -0,0 +1,11 @@
+--- a/content/browser/accessibility/browser_accessibility_auralinux.cc.orig 2017-07-27 06:28:01.090257874 +0000
++++ b/content/browser/accessibility/browser_accessibility_auralinux.cc 2017-07-27 06:28:21.174653680 +0000
+@@ -571,7 +571,7 @@
+ // it's best to leave this out rather than break people's builds:
+ #if defined(ATK_CHECK_VERSION)
+ #if ATK_CHECK_VERSION(2, 16, 0)
+- atk_state_set_add_state(atk_state_set, ATK_STATE_READ_ONLY);
++ atk_state_set_add_state(state_set, ATK_STATE_READ_ONLY);
+ #endif
+ #endif
+ break;