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

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

Issue 2536223003: Refactor ContentViewClient (3/6) (Closed)
Patch Set: removed getDesiredMeasureSpec Created 4 years 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 0365fdbb59bc1b5dc120577cf8b4f5630f2a834b..bc08b572dcfdf867406d626e6620b4e508a13538 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