diff options
author | yusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 00:26:01 +0000 |
---|---|---|
committer | yusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 00:26:01 +0000 |
commit | 3d5c243b1ce05106cfaaa3c236be066c772fec62 (patch) | |
tree | 153d1cf5f161dda523f3849c7b560766ced66130 /content/content_common.gypi | |
parent | 8350f16f65f145e137b732578491bc4cc2877784 (diff) | |
download | chromium_src-3d5c243b1ce05106cfaaa3c236be066c772fec62.zip chromium_src-3d5c243b1ce05106cfaaa3c236be066c772fec62.tar.gz chromium_src-3d5c243b1ce05106cfaaa3c236be066c772fec62.tar.bz2 |
Change the InputEventAck codepath to use a tri-state-enum instead of a boolean
Right now whenever an input event ACK is sent back to render_widget_host_impl we do
not distinguish between events that are returned because they didn't hit any touch event handlers vs events not handled by touch event handler when there is a hit.
This change adds a tri-state enum to the IPC message that will be used
to distinguish NotProcessed touch events from Returned touch events.
BUG=135818
Review URL: https://chromiumcodereview.appspot.com/11363133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 504aedf..a1a6a1d 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -375,6 +375,7 @@ 'common/webmessageportchannel_impl.h', 'common/worker_messages.h', 'common/zygote_commands_linux.h', + 'port/common/input_event_ack_state.h', 'public/common/common_param_traits.cc', 'public/common/common_param_traits.h', 'public/common/common_param_traits_macros.h', |