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

Unified Diff: ui/gl/android/surface_texture.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/scoped_java_surface.cc ('k') | ui/gl/android/surface_texture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/android/surface_texture.h
diff --git a/ui/gl/android/surface_texture.h b/ui/gl/android/surface_texture.h
index b0ffc90f17f911f9ffe68668ecb052c1e69135a6..8484b73d649aa989229840dea7b1faeb51b242b3 100644
--- a/ui/gl/android/surface_texture.h
+++ b/ui/gl/android/surface_texture.h
@@ -15,7 +15,7 @@
struct ANativeWindow;
-namespace gfx {
+namespace gl {
// This class serves as a bridge for native code to call java functions inside
// android SurfaceTexture class.
@@ -77,6 +77,6 @@ class GL_EXPORT SurfaceTexture
DISALLOW_COPY_AND_ASSIGN(SurfaceTexture);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_ANDROID_SURFACE_TEXTURE_H_
« no previous file with comments | « ui/gl/android/scoped_java_surface.cc ('k') | ui/gl/android/surface_texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698