Commit e0f484a8 authored by krisgiesing's avatar krisgiesing

Merge pull request #480 from krisgiesing/linux-ime

Use embedder to fetch keyboard service
parents b7763778 3b247b43
......@@ -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