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

Unified Diff: ui/android/event_handler.h

Issue 2502763003: Introduce ViewRoot to forward input/view events to native (Closed)
Patch Set: addressed comments Created 4 years 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: ui/android/event_handler.h
diff --git a/ui/android/event_handler.h b/ui/android/event_handler.h
new file mode 100644
index 0000000000000000000000000000000000000000..3c2d5ef942b13d9e91b0741d4c8fa40569eb93df
--- /dev/null
+++ b/ui/android/event_handler.h
@@ -0,0 +1,16 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_ANDROID_EVENT_HANDLER_H_
+#define UI_ANDROID_EVENT_HANDLER_H_
+
+#include <jni.h>
+
+namespace ui {
+
+bool RegisterEventHandler(JNIEnv* env);
boliu 2016/12/06 00:34:14 so I was thinking maybe this h/cc pair should just
Jinsuk Kim 2016/12/06 07:35:07 Acknowledged.
+
+} // namespace ui
+
+#endif // UI_ANDROID_EVENT_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698