summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authoraofdwsl@gmail.com <aofdwsl@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-09 22:10:41 +0000
committeraofdwsl@gmail.com <aofdwsl@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-09 22:10:41 +0000
commit0a8eaac0f0648688f2385fb599e5aabf52b893b2 (patch)
tree965cd0e62eeb4ac43d624e4b8c6bb7db3ad013c4 /AUTHORS
parentffbf3f1ed217c406516cc7af6088ce12c6be452a (diff)
downloadchromium_src-0a8eaac0f0648688f2385fb599e5aabf52b893b2.zip
chromium_src-0a8eaac0f0648688f2385fb599e5aabf52b893b2.tar.gz
chromium_src-0a8eaac0f0648688f2385fb599e5aabf52b893b2.tar.bz2
Release slotId of TouchEvent when USE_XI2_MT defined
When defined USE_XI2_MT, slot id of TouchEvent is maintained by a map of tracking id to slot id. Because tracking id will always keep increasing. The item should be released by TouchRelease to free the slot id for future use. BUG=106673 TEST=Manually Tested Review URL: http://codereview.chromium.org/8839004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b5c13445..a78e7e1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -146,3 +146,4 @@ Chandra Shekar Vallala <brk376@motorola.com>
Patrasciuc Sorin Cristian <cristian.patrasciuc@gmail.com>
Intel Corporation <*@intel.com>
Halton Huo <halton.huo@gmail.com>
+Shiliu Wang <aofdwsl@gmail.com>