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

Issue 2521393002: Prepare ManagedDisplayInfo to store touch calibration associated data (Closed)

Created:
4 years ago by malaykeshav
Modified:
4 years ago
Reviewers:
afakhry, oshima
CC:
chromium-reviews, tbuckley
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Prepare ManagedDisplayInfo to store touch calibration associated data Touch calibration requires atleast 3 pairs of display and touch points along with the total size of the display. This change implements a struct to store the minimum touch calibration associated data and an API for ManagedDisplayInfo to store and retrieve this data when required. Design Doc=go/cros-touch-calibration (Draft) BUG=667921 COMPONENT=Display, Chrome OS, Managed Display Info Committed: https://crrev.com/2ce4d1d5b71c39ca4cd55d2055e8114eb78502d8 Cr-Commit-Position: refs/heads/master@{#434791}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Resolve Comments #

Total comments: 2

Patch Set 3 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -0 lines) Patch
M ui/display/manager/managed_display_info.h View 1 5 chunks +34 lines, -0 lines 0 comments Download
M ui/display/manager/managed_display_info.cc View 1 5 chunks +24 lines, -0 lines 0 comments Download
M ui/display/manager/managed_display_info_unittest.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (24 generated)
malaykeshav
PTAL. This is to allow the storage and retrieval of touch calibration associated data for ...
4 years ago (2016-11-23 00:30:12 UTC) #4
malaykeshav
4 years ago (2016-11-23 01:41:16 UTC) #8
malaykeshav
ping
4 years ago (2016-11-23 20:42:51 UTC) #10
oshima
https://codereview.chromium.org/2521393002/diff/1/ui/display/manager/managed_display_info.h File ui/display/manager/managed_display_info.h (right): https://codereview.chromium.org/2521393002/diff/1/ui/display/manager/managed_display_info.h#newcode31 ui/display/manager/managed_display_info.h:31: using CalibrationPoints = std::array<CalibrationPointPair, 4>; how about CalibrationPointPairQuad ? ...
4 years ago (2016-11-23 21:52:42 UTC) #11
malaykeshav
Resolved comments. PTAL https://codereview.chromium.org/2521393002/diff/1/ui/display/manager/managed_display_info.h File ui/display/manager/managed_display_info.h (right): https://codereview.chromium.org/2521393002/diff/1/ui/display/manager/managed_display_info.h#newcode31 ui/display/manager/managed_display_info.h:31: using CalibrationPoints = std::array<CalibrationPointPair, 4>; On ...
4 years ago (2016-11-23 22:11:27 UTC) #13
oshima
lgtm with nits https://codereview.chromium.org/2521393002/diff/20001/ui/display/manager/managed_display_info_unittest.cc File ui/display/manager/managed_display_info_unittest.cc (right): https://codereview.chromium.org/2521393002/diff/20001/ui/display/manager/managed_display_info_unittest.cc#newcode161 ui/display/manager/managed_display_info_unittest.cc:161: points[3] = std::make_pair(gfx::Point(190, 90), gfx::Point(189, 88)); ...
4 years ago (2016-11-24 00:36:40 UTC) #17
malaykeshav
On 2016/11/24 at 00:36:40, oshima wrote: > lgtm with nits > > https://codereview.chromium.org/2521393002/diff/20001/ui/display/manager/managed_display_info_unittest.cc > File ...
4 years ago (2016-11-28 18:48:04 UTC) #20
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/2521393002/40001
4 years ago (2016-11-28 22:36:54 UTC) #28
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/2521393002/40001
4 years ago (2016-11-28 23:15:03 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-29 00:14:42 UTC) #33
commit-bot: I haz the power
4 years ago (2016-11-29 00:21:26 UTC) #35
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2ce4d1d5b71c39ca4cd55d2055e8114eb78502d8
Cr-Commit-Position: refs/heads/master@{#434791}

Powered by Google App Engine
This is Rietveld 408576698