Chromium Code Reviews| Index: android_webview/test/shell/AndroidManifest.xml |
| diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml |
| index 6529f36638b0b86b9261522d853d0521d653f718..4024a50d665d6cc9ef358d96eb9fe3f214a60741 100644 |
| --- a/android_webview/test/shell/AndroidManifest.xml |
| +++ b/android_webview/test/shell/AndroidManifest.xml |
| @@ -10,11 +10,11 @@ |
| package="org.chromium.android_webview.shell"> |
| <application android:name="org.chromium.android_webview.shell.AwShellApplication" |
| - android:label="AwShellApplication" |
| - android:hardwareAccelerated="true"> |
|
boliu
2014/11/04 18:30:24
Hmm...have to be *very careful* here to make sure
boliu
2014/11/04 21:53:26
Yeah this turned off hardware acceleration everywh
Ignacio Solla
2014/11/05 11:03:22
I have moved the change in PS6 to the testing code
Ignacio Solla
2014/11/05 11:03:22
Acknowledged.
|
| + android:label="AwShellApplication"> |
| <activity android:name="org.chromium.android_webview.shell.AwShellActivity" |
| android:label="Android WebView Test Shell" |
| - android:configChanges="orientation|keyboardHidden|keyboard|screenSize"> |
| + android:configChanges="orientation|keyboardHidden|keyboard|screenSize" |
| + android:hardwareAccelerated="true"> |
| <intent-filter> |
| <action android:name="android.intent.action.MAIN" /> |
| <category android:name="android.intent.category.LAUNCHER" /> |