Commit 3b247b43 authored by Kris Giesing's avatar Kris Giesing

Use embedder to fetch keyboard service

parent 67b2ee3a
......@@ -14,7 +14,7 @@ class _KeyboardConnection {
_KeyboardConnection() {
proxy = new KeyboardServiceProxy.unbound();
shell.connectToService("mojo:keyboard", proxy);
shell.connectToService(null, proxy);
}
KeyboardServiceProxy proxy;
......
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