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

Unified Diff: ui/gl/android/scoped_java_surface.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/gl_jni_registrar.cc ('k') | ui/gl/android/scoped_java_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/android/scoped_java_surface.h
diff --git a/ui/gl/android/scoped_java_surface.h b/ui/gl/android/scoped_java_surface.h
index c955cc212bc737b60c126b09f178f675fbe804d9..857ff5b1de905420cf6403a89ab3204f5461fe6d 100644
--- a/ui/gl/android/scoped_java_surface.h
+++ b/ui/gl/android/scoped_java_surface.h
@@ -11,7 +11,7 @@
#include "base/move.h"
#include "ui/gl/gl_export.h"
-namespace gfx {
+namespace gl {
class SurfaceTexture;
@@ -63,6 +63,6 @@ class GL_EXPORT ScopedJavaSurface {
base::android::ScopedJavaGlobalRef<jobject> j_surface_;
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_ANDROID_SCOPED_JAVA_SURFACE_H_
« no previous file with comments | « ui/gl/android/gl_jni_registrar.cc ('k') | ui/gl/android/scoped_java_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698