|
Move TouchTransformerController to ui/display/.
We need to add touchscreen support to mustash where display and
input-device management happens in a different process from ash.
Decouple ash::TouchTransformerController from the rest of ash and move
to src/ui/display/ so it can be used with mus. This also decouples and
moves the accompanying tests.
The dependency on WindowTreeHostManager can't be broken so add
AshTouchTransformController which extends TouchTransformController and
listens for ash display configuration changes.
BUG= 679747
Review-Url: https://codereview.chromium.org/2617043003
Cr-Commit-Position: refs/heads/master@{#443037}
Committed: https://chromium.googlesource.com/chromium/src/+/55f0eaf2e3f710faafcae8cf32546729adce93b6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+351 lines, -1480 lines) |
Patch |
 |
M |
ash/BUILD.gn
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
A |
ash/touch/ash_touch_transform_controller.h
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/touch/ash_touch_transform_controller.cc
|
View
|
1
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ash/touch/touch_transformer_controller.h
|
View
|
|
1 chunk |
+0 lines, -84 lines |
0 comments
|
Download
|
 |
D |
ash/touch/touch_transformer_controller.cc
|
View
|
|
1 chunk |
+0 lines, -386 lines |
0 comments
|
Download
|
 |
D |
ash/touch/touch_transformer_controller_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -828 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.cc
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/display/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/display/manager/BUILD.gn
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/display/manager/chromeos/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/display/manager/chromeos/touch_transform_controller.h
|
View
|
1
2
3
4
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/display/manager/chromeos/touch_transform_controller.cc
|
View
|
1
2
|
10 chunks |
+59 lines, -78 lines |
0 comments
|
Download
|
 |
A + |
ui/display/manager/chromeos/touch_transform_controller_unittest.cc
|
View
|
1
|
24 chunks |
+110 lines, -91 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 23 (17 generated)
|