Commit df80de60 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

chromeos: converts UIControlsFactoryOzone to use RemoteEventDispatcher

UIControlsFactoryOzone is used to inject events. To make this work
better with the Window Service this patch converts it to use
RemoteEventDispatcher, which routes the event to the Window Service.

BUG=none
TEST=none

Change-Id: Ib7379b3fb6ee4a81cb01145cf24565ad951c8dbe
Reviewed-on: https://chromium-review.googlesource.com/951632
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541278}
parent c4dea4d2
...@@ -277,6 +277,7 @@ jumbo_static_library("test_support") { ...@@ -277,6 +277,7 @@ jumbo_static_library("test_support") {
"//base/test:test_support", "//base/test:test_support",
"//cc:test_support", "//cc:test_support",
"//components/viz/test:test_support", "//components/viz/test:test_support",
"//services/service_manager/public/cpp",
"//services/ui/public/cpp/input_devices", "//services/ui/public/cpp/input_devices",
"//services/ui/public/interfaces", "//services/ui/public/interfaces",
"//skia", "//skia",
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment