Index: android_webview/test/shell/AndroidManifest.xml |
diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml |
index 3c21ab8d0563725cec50f2333e2a5f5b83e3f29f..847fe46a65cdad7079c554b57a997b5056318093 100644 |
--- a/android_webview/test/shell/AndroidManifest.xml |
+++ b/android_webview/test/shell/AndroidManifest.xml |
@@ -10,7 +10,7 @@ |
package="org.chromium.android_webview.shell"> |
<application android:name="org.chromium.android_webview.shell.AwShellApplication" |
- android:label="AwShellApplication" android:hardwareAccelerated="false"> |
+ android:label="AwShellApplication" android:hardwareAccelerated="true"> |
no sievers
2014/08/29 20:48:08
This breaks all the tests since it applies to AwTe
no sievers
2014/08/29 20:49:04
Ah wait, it says you can put this at the activity
no sievers
2014/08/29 20:52:08
Seems to work. Updated.
|
<activity android:name="org.chromium.android_webview.shell.AwShellActivity" |
android:label="Android WebView Test Shell" |
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"> |