Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Issue 253813003: Fix uninit member variable of TouchEventQueue (Closed)

Created:
6 years, 7 months ago by jdduke (slow)
Modified:
6 years, 7 months ago
Reviewers:
tdresser, Rick Byers
CC:
chromium-reviews, jam, jdduke+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fix uninit member variable of TouchEventQueue The variable |needs_async_touch_move_for_outer_slop_region_| was not being initialized upon TouchEventQueue construction. Initialize accordingly. Note that while the read was invalid, it had no meaningful effect on touch dispatch behavior, as the variable was *always* reset before it could impact touch forwarding. BUG=367692

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M content/browser/renderer_host/input/touch_event_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_event_queue.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jdduke (slow)
rbyers@: PTAL, thanks.
6 years, 7 months ago (2014-04-28 15:03:49 UTC) #1
tdresser
LGTM
6 years, 7 months ago (2014-04-28 15:25:25 UTC) #2
jdduke (slow)
The CQ bit was checked by jdduke@chromium.org
6 years, 7 months ago (2014-04-28 15:26:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/253813003/1
6 years, 7 months ago (2014-04-28 15:26:47 UTC) #4
Rick Byers
also lgtm
6 years, 7 months ago (2014-04-28 15:36:17 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 15:53:54 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on android_dbg
6 years, 7 months ago (2014-04-28 15:53:55 UTC) #7
jdduke (slow)
6 years, 7 months ago (2014-04-28 15:54:51 UTC) #8
The CQ bit was unchecked by jdduke@chromium.org

Powered by Google App Engine
This is Rietveld 408576698