Commit 4c282f07 authored by achaulk@chromium.org's avatar achaulk@chromium.org

Fix ozone build

BUG=359742
TEST=run unittests
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269831 0039d316-1c4b-4281-b951-d872f2087c98
parent 719b3afb
...@@ -264,7 +264,7 @@ void TouchEventConverterEvdev::OnFileCanReadWithoutBlocking(int fd) { ...@@ -264,7 +264,7 @@ void TouchEventConverterEvdev::OnFileCanReadWithoutBlocking(int fd) {
case SYN_MT_REPORT: case SYN_MT_REPORT:
// For type A devices, we just get a stream of all current contacts, // For type A devices, we just get a stream of all current contacts,
// in some arbitrary order. // in some arbitrary order.
current_slot_++; events_[current_slot_++].type_ = ET_TOUCH_PRESSED;
is_type_a_ = true; is_type_a_ = true;
break; break;
case SYN_DROPPED: case SYN_DROPPED:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment