Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
index 8c9cf82ecb994b8e312d2497055eb78c01abc4b9..0e6070b8b2d796555627a188147140b7dcfd5835 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
@@ -80,7 +80,7 @@ public class AwShellActivity extends Activity { |
private AwTestContainerView createAwTestContainerView() { |
AwBrowserProcess.start(this); |
- AwTestContainerView testContainerView = new AwTestContainerView(this); |
+ AwTestContainerView testContainerView = new AwTestContainerView(this, true); |
AwContentsClient awContentsClient = new NullContentsClient() { |
private View mCustomView; |