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

Unified Diff: services/native_viewport/platform_viewport_android.h

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
Index: services/native_viewport/platform_viewport_android.h
diff --git a/services/native_viewport/platform_viewport_android.h b/services/native_viewport/platform_viewport_android.h
index 65929034c709bf9a7f21a13255afc117d535d616..f9fd7ad514db8a265b8e66f28e1d523608887ac8 100644
--- a/services/native_viewport/platform_viewport_android.h
+++ b/services/native_viewport/platform_viewport_android.h
@@ -50,11 +50,6 @@ class PlatformViewportAndroid : public PlatformViewport {
jfloat orientation,
jfloat h_wheel,
jfloat v_wheel);
- bool KeyEvent(JNIEnv* env,
- jobject obj,
- bool pressed,
- jint key_code,
- jint unicode_character);
private:
// Overridden from PlatformViewport:

Powered by Google App Engine
This is Rietveld 408576698