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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java

Issue 2299883007: Remove video overlay support from WebView (Closed)
Patch Set: Removed another external_video_surface reference Created 4 years, 3 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/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
index ed6ca7182f7d40d918fb2ac9c65a145a6b3c0eae..1bfa2a2f75a6817248c852d8798415ccb4d70f53 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
@@ -2725,7 +2725,7 @@ public class AwSettingsTest extends AwTestBase {
@LargeTest
@Feature({"AndroidWebView", "Preferences"})
public void testMediaPlaybackWithoutUserGesture() throws Throwable {
- assertTrue(VideoTestUtil.runVideoTest(this, false, false, WAIT_TIMEOUT_MS));
+ assertTrue(VideoTestUtil.runVideoTest(this, false, WAIT_TIMEOUT_MS));
}
@DisableHardwareAccelerationForTest
@@ -2733,7 +2733,7 @@ public class AwSettingsTest extends AwTestBase {
@Feature({"AndroidWebView", "Preferences"})
public void testMediaPlaybackWithUserGesture() throws Throwable {
// Wait for 5 second to see if video played.
- assertFalse(VideoTestUtil.runVideoTest(this, true, false, scaleTimeout(5000)));
+ assertFalse(VideoTestUtil.runVideoTest(this, true, scaleTimeout(5000)));
}
@SmallTest

Powered by Google App Engine
This is Rietveld 408576698