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

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

Issue 1904453004: Transfer DrawGLFunctor ownership from AwContents to AwGLFunctor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/AwTestBase.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java
index 7664c121419abd685e825a6daa1dcf34e2ab11f2..993e988967015c8fa11c6b75d6ce8e46eccc86cc 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java
@@ -423,11 +423,10 @@ public class AwTestBase
AwSettings awSettings = testDependencyFactory.createAwSettings(getActivity(),
supportsLegacyQuirks);
- testContainerView.initialize(new AwContents(
- mBrowserContext, testContainerView, testContainerView.getContext(),
- testContainerView.getInternalAccessDelegate(),
- testContainerView.getNativeGLDelegate(), awContentsClient,
- awSettings, testDependencyFactory));
+ testContainerView.initialize(new AwContents(mBrowserContext, testContainerView,
+ testContainerView.getContext(), testContainerView.getInternalAccessDelegate(),
+ testContainerView.getNativeDrawGLFunctorFactory(), awContentsClient, awSettings,
+ testDependencyFactory));
return testContainerView;
}
« no previous file with comments | « android_webview/java/src/org/chromium/android_webview/AwGLFunctor.java ('k') | android_webview/native/aw_gl_functor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698