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

Unified Diff: remoting/client/jni/remoting_jni_registrar.cc

Issue 2032963002: WIP - OpenGL Native Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into gl Created 4 years, 5 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 | « remoting/client/jni/jni_gl_display_handler.cc ('k') | remoting/client/opengl_renderer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/jni/remoting_jni_registrar.cc
diff --git a/remoting/client/jni/remoting_jni_registrar.cc b/remoting/client/jni/remoting_jni_registrar.cc
index 49f54700f579ab485296eb4d5a32b7868ff531a3..5dd29a6e45424f12390f8b77604baf02849f3ca6 100644
--- a/remoting/client/jni/remoting_jni_registrar.cc
+++ b/remoting/client/jni/remoting_jni_registrar.cc
@@ -11,6 +11,7 @@
#include "remoting/client/jni/chromoting_jni_runtime.h"
#include "remoting/client/jni/jni_client.h"
#include "remoting/client/jni/jni_display_handler.h"
+#include "remoting/client/jni/jni_gl_display_handler.h"
#include "remoting/client/jni/jni_touch_event_data.h"
namespace remoting {
@@ -20,7 +21,8 @@ const base::android::RegistrationMethod kRemotingRegisteredMethods[] = {
{"JniClient", JniClient::RegisterJni},
{"ChromotingJniRuntime", RegisterChromotingJniRuntime},
{"JniTouchEventData", JniTouchEventData::RegisterJni},
- {"JniDisplayHandler", JniDisplayHandler::RegisterJni}
+ {"JniDisplayHandler", JniDisplayHandler::RegisterJni},
+ {"JniGLDisplay", JniGlDisplayHandler::RegisterJni},
};
} // namespace
« no previous file with comments | « remoting/client/jni/jni_gl_display_handler.cc ('k') | remoting/client/opengl_renderer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698