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

Unified Diff: ui/gl/android/gl_jni_registrar.cc

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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 | « ui/compositor/test/test_suite.cc ('k') | ui/gl/android/scoped_java_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/android/gl_jni_registrar.cc
diff --git a/ui/gl/android/gl_jni_registrar.cc b/ui/gl/android/gl_jni_registrar.cc
index 29a332b544930ba08cd9e842b26f9a07ccccc85f..52dfd6a5aa61b31841e4cb342c5274ecb8b3d264 100644
--- a/ui/gl/android/gl_jni_registrar.cc
+++ b/ui/gl/android/gl_jni_registrar.cc
@@ -15,10 +15,10 @@ namespace gl {
namespace android {
static base::android::RegistrationMethod kGLRegisteredMethods[] = {
- { "SurfaceTexture",
- gfx::SurfaceTexture::RegisterSurfaceTexture },
- { "SurfaceTextureListener",
- gfx::SurfaceTextureListener::RegisterSurfaceTextureListener },
+ {"SurfaceTexture",
+ ::gl::SurfaceTexture::RegisterSurfaceTexture},
+ {"SurfaceTextureListener",
+ ::gl::SurfaceTextureListener::RegisterSurfaceTextureListener},
};
bool RegisterJni(JNIEnv* env) {
« no previous file with comments | « ui/compositor/test/test_suite.cc ('k') | ui/gl/android/scoped_java_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698