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

Unified Diff: android_webview/native/android_webview_jni_registrar.cc

Issue 1844343005: WIP - Control the lifetime of RenderThreadManager from Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Javadoc 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
« no previous file with comments | « android_webview/native/BUILD.gn ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/android_webview_jni_registrar.cc
diff --git a/android_webview/native/android_webview_jni_registrar.cc b/android_webview/native/android_webview_jni_registrar.cc
index cd353eca89ecf317e6ecf3085b69515f5e3fa1ac..9b0ccfe99b9167258c65f74627e6db6aaa129a41 100644
--- a/android_webview/native/android_webview_jni_registrar.cc
+++ b/android_webview/native/android_webview_jni_registrar.cc
@@ -15,6 +15,7 @@
#include "android_webview/native/aw_debug.h"
#include "android_webview/native/aw_dev_tools_server.h"
#include "android_webview/native/aw_form_database.h"
+#include "android_webview/native/aw_gl_functor.h"
#include "android_webview/native/aw_http_auth_handler.h"
#include "android_webview/native/aw_message_port_service_impl.h"
#include "android_webview/native/aw_metrics_switch.h"
@@ -63,6 +64,7 @@ static base::android::RegistrationMethod kWebViewRegisteredMethods[] = {
{ "JavaBrowserViewRendererHelper", RegisterJavaBrowserViewRendererHelper },
{ "AwMessagePortService", RegisterAwMessagePortService },
{ "AwContentsLifecycleNotifier", RegisterAwContentsLifecycleNotifier },
+ { "AwGLFunctor", RegisterAwGLFunctor },
};
bool RegisterJni(JNIEnv* env) {
« no previous file with comments | « android_webview/native/BUILD.gn ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698