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

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

Issue 691623002: [Android] Remove non-static version of TouchCommon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java
index 840fbaa99eef92ba47d8e9086718aa6e188aa869..d87a66a2e65092ddbc7099225323f42cfe9e9bfc 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java
@@ -251,8 +251,7 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
// html5 controls are shadow html elements without any ids. In fullscreen we can still
// tap the play button because this is rendered in the center of the custom view.
// In embedded mode we don't have an easy way of retrieving its location.
- TouchCommon touchCommon = new TouchCommon(AwContentsClientFullScreenTest.this);
- touchCommon.singleClickView(mContentsClient.getCustomView());
+ TouchCommon.singleClickView(mContentsClient.getCustomView());
} else {
fail("Unable to tap standard html5 play control in embedded mode");
}
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698