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

Unified Diff: sky/shell/org/domokit/sky/shell/PlatformView.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/shell/BUILD.gn ('k') | sky/tools/deploy_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/org/domokit/sky/shell/PlatformView.java
diff --git a/sky/shell/org/domokit/sky/shell/PlatformView.java b/sky/shell/org/domokit/sky/shell/PlatformView.java
index ee94f3f8b223812dead6e1f95d33abf3fdbd9ce5..ef845c163580b18a536d0e910921d579761d9bcd 100644
--- a/sky/shell/org/domokit/sky/shell/PlatformView.java
+++ b/sky/shell/org/domokit/sky/shell/PlatformView.java
@@ -15,6 +15,7 @@ import android.view.inputmethod.InputConnection;
import org.chromium.base.JNINamespace;
import org.chromium.mojo.bindings.InterfaceRequest;
+import org.chromium.mojo.keyboard.KeyboardServiceImpl;
import org.chromium.mojo.system.Core;
import org.chromium.mojo.system.Pair;
import org.chromium.mojo.system.impl.CoreImpl;
@@ -23,7 +24,6 @@ import org.chromium.mojom.sky.InputEvent;
import org.chromium.mojom.sky.PointerData;
import org.chromium.mojom.sky.PointerKind;
import org.chromium.mojom.sky.ViewportObserver;
-import org.domokit.keyboard.KeyboardServiceImpl;
/**
* A view containing Sky
« no previous file with comments | « sky/shell/BUILD.gn ('k') | sky/tools/deploy_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698