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

Unified Diff: ui/gl/android/surface_texture_listener.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/gl/android/surface_texture_listener.h ('k') | ui/gl/angle_platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/android/surface_texture_listener.cc
diff --git a/ui/gl/android/surface_texture_listener.cc b/ui/gl/android/surface_texture_listener.cc
index ee496602d8623b0709b7d3d371c3953cb2f8d0bc..6cd4d60cb11059a27df253ba793ce3a697d9f71d 100644
--- a/ui/gl/android/surface_texture_listener.cc
+++ b/ui/gl/android/surface_texture_listener.cc
@@ -9,7 +9,7 @@
#include "base/threading/thread_task_runner_handle.h"
#include "jni/SurfaceTextureListener_jni.h"
-namespace gfx {
+namespace gl {
SurfaceTextureListener::SurfaceTextureListener(const base::Closure& callback,
bool use_any_thread)
@@ -41,4 +41,4 @@ bool SurfaceTextureListener::RegisterSurfaceTextureListener(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-} // namespace gfx
+} // namespace gl
« no previous file with comments | « ui/gl/android/surface_texture_listener.h ('k') | ui/gl/angle_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698