Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2045)

Unified Diff: android_webview/test/shell/AndroidManifest.xml

Issue 414503004: android: Use hw acceleration in android_webview_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698