Bug 805162 - a. Expose GeckoAppShell only to Gecko-side IME interface; r=blassey
This commit is contained in:
@@ -261,6 +261,13 @@ public class LayerView extends FrameLayout {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean isIMEEnabled() {
|
||||
if (mInputConnectionHandler != null) {
|
||||
return mInputConnectionHandler.isIMEEnabled();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public void requestRender() {
|
||||
if (mListener != null) {
|
||||
mListener.renderRequested();
|
||||
|
||||
Reference in New Issue
Block a user