Ignore all non-gesture events in TouchEditableImplAura
commitfcd28cd122d13bd2c54934483ec5b6139679e64e
authormohsen@chromium.org <mohsen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 28 May 2014 23:05:58 +0000 (28 23:05 +0000)
committermohsen@chromium.org <mohsen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 28 May 2014 23:05:58 +0000 (28 23:05 +0000)
tree9e5194bd81d5c07f7b1e4c14b083dc4d3bbe56f0
parentadac331e5b8422f96ccec8976ddab2fef318b77e
Ignore all non-gesture events in TouchEditableImplAura

Currently, in TouchEditableImplAura, touch events are ignored and all
other non-gesture events deactivate touch editing. Since, this
deactivation is now handled properly in TouchSelectionControllerImpl as
an ENV pre-target handler, we can safely ignore all non-gesture events
in TouchEditableImplAura.

BUG=377596

Review URL: https://codereview.chromium.org/304503010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273388 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/web_contents/touch_editable_impl_aura.cc
content/browser/web_contents/touch_editable_impl_aura_browsertest.cc