Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures

This commit is contained in:
Ed Morley
2012-08-17 12:30:02 +01:00
parent baa5bd5e94
commit 3be08a2757
17 changed files with 13 additions and 98 deletions

View File

@@ -539,7 +539,7 @@ public class GeckoAppShell
}
}
public static void notifyIMEEnabled(int state, String typeHint, String modeHint,
public static void notifyIMEEnabled(int state, String typeHint,
String actionHint, boolean landscapeFS)
{
if (GeckoApp.surfaceView == null)
@@ -549,7 +549,6 @@ public class GeckoAppShell
In addition, the IME UI is hidden */
GeckoApp.surfaceView.mIMEState = state;
GeckoApp.surfaceView.mIMETypeHint = typeHint;
GeckoApp.surfaceView.mIMEModeHint = modeHint;
GeckoApp.surfaceView.mIMEActionHint = actionHint;
GeckoApp.surfaceView.mIMELandscapeFS = landscapeFS;
IMEStateUpdater.enableIME();