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

Issue 2848253002: Merge DeviceDataManagerX11 valuator information. (Closed)

Created:
3 years, 7 months ago by kylechar
Modified:
3 years, 7 months ago
Reviewers:
sadrul
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Merge DeviceDataManagerX11 valuator information. Merge the three arrays that contain the valuator number, min and max into one array that contains a struct. These three values are related. BUG=716422 Review-Url: https://codereview.chromium.org/2848253002 Cr-Commit-Position: refs/heads/master@{#468347} Committed: https://chromium.googlesource.com/chromium/src/+/0d89774170b1e7f1bdf62f355c64edb654c1010e

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -30 lines) Patch
M ui/events/devices/x11/device_data_manager_x11.h View 3 chunks +13 lines, -8 lines 0 comments Download
M ui/events/devices/x11/device_data_manager_x11.cc View 1 9 chunks +16 lines, -22 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 14 (9 generated)
kylechar
3 years, 7 months ago (2017-05-01 15:02:07 UTC) #2
sadrul
Thanks! lgtm https://codereview.chromium.org/2848253002/diff/1/ui/events/devices/x11/device_data_manager_x11.cc File ui/events/devices/x11/device_data_manager_x11.cc (right): https://codereview.chromium.org/2848253002/diff/1/ui/events/devices/x11/device_data_manager_x11.cc#newcode749 ui/events/devices/x11/device_data_manager_x11.cc:749: valuator_lookup_[deviceid][j].number = valuator_count_[deviceid]; Maybe something like: ValuatorInfo* ...
3 years, 7 months ago (2017-05-01 16:03:57 UTC) #3
kylechar
https://codereview.chromium.org/2848253002/diff/1/ui/events/devices/x11/device_data_manager_x11.cc File ui/events/devices/x11/device_data_manager_x11.cc (right): https://codereview.chromium.org/2848253002/diff/1/ui/events/devices/x11/device_data_manager_x11.cc#newcode749 ui/events/devices/x11/device_data_manager_x11.cc:749: valuator_lookup_[deviceid][j].number = valuator_count_[deviceid]; On 2017/05/01 16:03:56, sadrul wrote: > ...
3 years, 7 months ago (2017-05-01 16:10:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2848253002/20001
3 years, 7 months ago (2017-05-01 17:29:10 UTC) #11
commit-bot: I haz the power
3 years, 7 months ago (2017-05-01 17:36:51 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/0d89774170b1e7f1bdf62f355c64...

Powered by Google App Engine
This is Rietveld 408576698