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

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

Issue 2708703004: Reland "Refactor ContentViewClient (4/6)" (Closed)
Patch Set: rebased Created 3 years, 10 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/AwContentsAnchorViewTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsAnchorViewTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsAnchorViewTest.java
index ea1578e7c8875a62a0c19f24a385c079f98eb7c2..237eaa56530d822069b00475f534fcc8ef271117 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsAnchorViewTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsAnchorViewTest.java
@@ -27,7 +27,7 @@ public class AwContentsAnchorViewTest extends AwTestBase {
public void setUp() throws Exception {
super.setUp();
mContainerView = new FrameLayout(getActivity());
- mViewDelegate = new AwViewAndroidDelegate(mContainerView, new RenderCoordinates());
+ mViewDelegate = new AwViewAndroidDelegate(mContainerView, null, new RenderCoordinates());
}
@Feature({"AndroidWebView"})

Powered by Google App Engine
This is Rietveld 408576698