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

Issue 2627623003: Add full touch support to mus. (Closed)

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

Description

Add full touch support to mus. Everything necessary to use the existing display to touch input-device association/transform code is accessible from mus now. ScreenManagerOzone creates a TouchTransformController and tells it to compute new transforms when the display configuration changes. That's it. Delete existing touch code that was added to the WS to associate a single display and touch input-device. BUG=679747 Review-Url: https://codereview.chromium.org/2627623003 Cr-Commit-Position: refs/heads/master@{#443162} Committed: https://chromium.googlesource.com/chromium/src/+/f77fda1001064005346121f403bb80b3414cbc00

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -165 lines) Patch
M services/ui/display/screen_manager_ozone.h View 2 chunks +2 lines, -0 lines 0 comments Download
M services/ui/display/screen_manager_ozone.cc View 1 4 chunks +8 lines, -0 lines 0 comments Download
M services/ui/service.h View 3 chunks +0 lines, -3 lines 0 comments Download
M services/ui/service.cc View 2 chunks +0 lines, -11 lines 0 comments Download
M services/ui/ws/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M services/ui/ws/display_manager.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M services/ui/ws/test_utils.h View 1 chunk +0 lines, -1 line 0 comments Download
D services/ui/ws/touch_controller.h View 1 chunk +0 lines, -37 lines 0 comments Download
D services/ui/ws/touch_controller.cc View 1 chunk +0 lines, -105 lines 0 comments Download
M services/ui/ws/window_server_delegate.h View 1 chunk +0 lines, -4 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (12 generated)
kylechar
3 years, 11 months ago (2017-01-10 16:59:14 UTC) #2
msw
I'd approve, but where is TouchTransformController? https://codereview.chromium.org/2627623003/diff/1/services/ui/display/screen_manager_ozone.cc File services/ui/display/screen_manager_ozone.cc (right): https://codereview.chromium.org/2627623003/diff/1/services/ui/display/screen_manager_ozone.cc#newcode67 services/ui/display/screen_manager_ozone.cc:67: if (touch_transform_controller_) optional ...
3 years, 11 months ago (2017-01-10 19:43:27 UTC) #3
kylechar
https://codereview.chromium.org/2627623003/diff/1/services/ui/display/screen_manager_ozone.cc File services/ui/display/screen_manager_ozone.cc (right): https://codereview.chromium.org/2627623003/diff/1/services/ui/display/screen_manager_ozone.cc#newcode67 services/ui/display/screen_manager_ozone.cc:67: if (touch_transform_controller_) On 2017/01/10 19:43:27, msw wrote: > optional ...
3 years, 11 months ago (2017-01-10 22:12:18 UTC) #4
msw
lgtm https://codereview.chromium.org/2627623003/diff/1/services/ui/display/screen_manager_ozone.cc File services/ui/display/screen_manager_ozone.cc (right): https://codereview.chromium.org/2627623003/diff/1/services/ui/display/screen_manager_ozone.cc#newcode188 services/ui/display/screen_manager_ozone.cc:188: touch_transform_controller_ = base::MakeUnique<TouchTransformController>( On 2017/01/10 22:12:18, kylechar wrote: ...
3 years, 11 months ago (2017-01-10 22:36:57 UTC) #5
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/2627623003/20001
3 years, 11 months ago (2017-01-12 05:20:01 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 05:29:10 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/f77fda1001064005346121f403bb...

Powered by Google App Engine
This is Rietveld 408576698