summaryrefslogtreecommitdiffstats
path: root/components/html_viewer/DEPS
diff options
context:
space:
mode:
authorfsamuel <fsamuel@chromium.org>2015-12-03 11:15:46 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-03 19:16:43 +0000
commit2e7bf2f61d4d5082769314c90ad557bdf330791c (patch)
tree119e885228b21e4bf782afa9eec3c317516b4c80 /components/html_viewer/DEPS
parent86b329a6a0dd95fdecf769e1eb868b0ce79243f6 (diff)
downloadchromium_src-2e7bf2f61d4d5082769314c90ad557bdf330791c.zip
chromium_src-2e7bf2f61d4d5082769314c90ad557bdf330791c.tar.gz
chromium_src-2e7bf2f61d4d5082769314c90ad557bdf330791c.tar.bz2
mustash: Implement basic input event routing in renderer
This CL does the following: 1. It introduces CompositorMusConnection. The connection to the Mus Window server is now managed on the compositor thread. RenderWidgetMusConnection is the corresponding main thread object. CompositorMusConnection deals with postTasking information RenderWidgetMusConnection wants to the main thread and passing information from RenderWidgetMusConnection to the compositor thread. 2. Input events are routed directly to InputHandlerManager on the compositor thread. Unconsumed input events make their way to RenderWidgetMusConnection where they're currently dropped on the floor. TEST=./out/mandoline_Debug/mojo_runner mojo:example_main --use-mus-in-renderer --use-zero-copy BUG=551250 Review URL: https://codereview.chromium.org/1484013003 Cr-Commit-Position: refs/heads/master@{#363030}
Diffstat (limited to 'components/html_viewer/DEPS')
-rw-r--r--components/html_viewer/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/html_viewer/DEPS b/components/html_viewer/DEPS
index 21d04e9..e1e5a2f 100644
--- a/components/html_viewer/DEPS
+++ b/components/html_viewer/DEPS
@@ -24,6 +24,7 @@ include_rules = [
"+mojo/application",
"+mojo/cc",
"+mojo/common",
+ "+mojo/converters/blink",
"+mojo/converters/geometry",
"+mojo/converters/input_events",
"+mojo/converters/network",