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

Unified Diff: ui/gl/android/surface_texture_listener.h

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.cc ('k') | ui/gl/android/surface_texture_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/android/surface_texture_listener.h
diff --git a/ui/gl/android/surface_texture_listener.h b/ui/gl/android/surface_texture_listener.h
index 0043c1c369b329f2d7aa90097acc6e9eb0da169b..6e2080daf35c037a83bc8fecdb8094114f0eb842 100644
--- a/ui/gl/android/surface_texture_listener.h
+++ b/ui/gl/android/surface_texture_listener.h
@@ -18,7 +18,7 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace gfx {
+namespace gl {
// Listener class for all the callbacks from android SurfaceTexture.
class GL_EXPORT SurfaceTextureListener {
@@ -54,6 +54,6 @@ class GL_EXPORT SurfaceTextureListener {
DISALLOW_IMPLICIT_CONSTRUCTORS(SurfaceTextureListener);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_ANDROID_SURFACE_TEXTURE_LISTENER_H_
« no previous file with comments | « ui/gl/android/surface_texture.cc ('k') | ui/gl/android/surface_texture_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698