|
Changes routing of input events in view manager
Events are now sent to the window manager (assumed to be at connection
id 1 for now). The window manager can then do what it wants with
them. For now I made it bounce the event back to the server so
everything works as it did.
Until we get FIFO across pipes I'm putting these messages on the
ViewManager/ViewManagerClient interface. That'll change.
BUG= 384433
TEST=covered by tests
R=ben@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277982
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+91 lines, -16 lines) |
Patch |
 |
M |
mojo/examples/aura_demo/aura_demo.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/public/interfaces/view_manager/view_manager.mojom
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/ids.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/root_node_manager.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/root_node_manager.cc
|
View
|
|
3 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/test_change_tracker.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/view_manager_service_impl.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/view_manager_service_impl.cc
|
View
|
|
3 chunks |
+18 lines, -13 lines |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/view_manager_unittest.cc
|
View
|
|
4 chunks |
+27 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|