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

Issue 433533003: Merge 285580 "Currently, destroying a ui::TouchEvent removes its..." (Closed)

Created:
6 years, 4 months ago by tdresser
Modified:
6 years, 4 months ago
Reviewers:
tdresser
CC:
chromium-reviews, rjkroege, kalyank, ozone-reviews_chromium.org, tdresser+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Merge 285580 "Currently, destroying a ui::TouchEvent removes its..." > Currently, destroying a ui::TouchEvent removes its tracking id from the slot mapping. Because MenuEventDispatcher::DispatchEvent was creating > (and destroying) a touch event, the tracking id was being > removed too early. > > This patch refcounts the tracking ids, so the tracking id won't be removed until it should be. > > BUG=394437 > > Review URL: https://codereview.chromium.org/400213002 TBR=tdresser@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286563

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -2 lines) Patch
M ui/events/cocoa/events_mac.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/events/event.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/events/event_utils.h View 1 chunk +5 lines, -0 lines 0 comments Download
M ui/events/events_stub.cc View 2 chunks +5 lines, -1 line 0 comments Download
M ui/events/ozone/events_ozone.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/events/win/events_win.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/events/x/events_x.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M ui/events/x/events_x_unittest.cc View 1 chunk +59 lines, -0 lines 0 comments Download
M ui/events/x/touch_factory_x11.h View 2 chunks +8 lines, -0 lines 0 comments Download
M ui/events/x/touch_factory_x11.cc View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
tdresser
6 years, 4 months ago (2014-07-30 18:15:38 UTC) #1
tdresser
6 years, 4 months ago (2014-07-30 18:16:02 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r286563.

Powered by Google App Engine
This is Rietveld 408576698