Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 73a74942 authored by Alexandre Elias's avatar Alexandre Elias
Browse files

Add some View methods overrides and WebViewDelegate interfaces.

There are IME use cases for returning a different value from
getHandler() and findFocus(), in order to make InputMethodManager
communicate with a separate IME thread.  Currently, it's cumbersome to
do so in WebView because we cannot alter View-inherited methods without
a framework change.

This patch pair adds the framework-side override and adds no-op stub
methods on the Chromium side, to enable us to take this approach in the
future.

https://codereview.chromium.org/1669873003 implementing the stubs will
land first, and after it rolls in we can land this to add the interface.

Change-Id: I53ffeb8540b0cb288103c3973274795efc5c2b8e
parent 9f19f5ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment