| Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| index b886489479155ce91996667aecb24202b040d6a7..667624a67fcb99f1569a33d5083db3dbc46b1d8e 100644
|
| --- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| +++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| @@ -27,6 +27,7 @@ import org.chromium.content.common.ContentSwitches;
|
| import org.chromium.content_public.browser.WebContents;
|
| import org.chromium.content_shell.Shell;
|
| import org.chromium.content_shell.ShellManager;
|
| +import org.chromium.ui.PlatformWindowAndroid;
|
| import org.chromium.ui.base.ActivityWindowAndroid;
|
|
|
| /**
|
| @@ -116,6 +117,8 @@ public class ContentShellActivity extends Activity {
|
| System.exit(-1);
|
| }
|
| }
|
| +
|
| + PlatformWindowAndroid.setActivity(this);
|
| }
|
|
|
| private void finishInitialization(Bundle savedInstanceState) {
|
|
|