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

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

Issue 667143002: [aw] Software mode tests for fullscreen API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixPowerBlockerNonMedia
Patch Set: Make DisableHardware annotation apply to window Created 6 years, 1 month 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 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" />

Powered by Google App Engine
This is Rietveld 408576698