|
Explicit interface for synchronous InputHandlerProxy input handling
The move of compositor input handling logic from WebKit to content gives us
guarantees on how and when input events might be handled. As InputHandlerProxy
handles input events synchronously, we now simply return the EventDisposition
directly, rather than calling into a client interface with the result.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203844
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -243 lines) |
Patch |
 |
M |
content/renderer/gpu/input_event_filter.h
|
View
|
|
3 chunks |
+8 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_event_filter.cc
|
View
|
|
2 chunks |
+13 lines, -33 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_event_filter_unittest.cc
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_manager.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_manager.cc
|
View
|
1
2
|
3 chunks |
+22 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_proxy.h
|
View
|
1
2
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_proxy.cc
|
View
|
1
2
|
13 chunks |
+34 lines, -43 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_proxy_client.h
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_proxy_unittest.cc
|
View
|
1
2
|
36 chunks |
+85 lines, -114 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_wrapper.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_wrapper.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|