Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java

Issue 1088793003: Expose sky KeyboardService in android mojo_shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/apk/demo/BUILD.gn ('k') | sky/framework/editing/editable_string.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java
diff --git a/sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java b/sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java
index 51d65394bbfac7a0ae84b7b993b781c42d5e46a4..34299807542b103dfbaf62c07b191b4baec6710c 100644
--- a/sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java
+++ b/sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java
@@ -6,11 +6,11 @@ package org.domokit.sky.demo;
import android.content.Context;
+import org.chromium.mojo.keyboard.KeyboardServiceImpl;
import org.chromium.mojo.system.Core;
import org.chromium.mojo.system.MessagePipeHandle;
import org.chromium.mojom.keyboard.KeyboardService;
import org.chromium.mojom.sensors.SensorService;
-import org.domokit.keyboard.KeyboardServiceImpl;
import org.domokit.sensors.SensorServiceImpl;
import org.domokit.sky.shell.ServiceFactory;
import org.domokit.sky.shell.ServiceRegistry;
« no previous file with comments | « sky/apk/demo/BUILD.gn ('k') | sky/framework/editing/editable_string.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698