1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_ANDROID_EVENT_HANDLER_H_
6 #define UI_ANDROID_EVENT_HANDLER_H_
7
8 #include <jni.h>
9
10 namespace ui {
11
12 bool RegisterEventHandler(JNIEnv* env);
boliu
2016/12/06 00:34:14
so I was thinking maybe this h/cc pair should just
so I was thinking maybe this h/cc pair should just be part of view_android.h/cc,
but I guess that's breaking an existing pattern, so maybe not. up to you
On 2016/12/06 00:34:14, boliu wrote:
> so I was thinking maybe this h/cc pair should just be part of
view_android.h/cc,
> but I guess that's breaking an existing pattern, so maybe not. up to you
Issue 2502763003: Introduce ViewRoot to forward input/view events to native
(Closed)
Created 4 years, 1 month ago by Jinsuk Kim
Modified 3 years, 11 months ago
Reviewers: boliu, Changwan Ryu, Ted C, bshe, David Trainor- moved to gerrit, mthiesse
Base URL:
Comments: 131