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

Unified Diff: ui/gl/angle_platform_impl.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_listener.cc ('k') | ui/gl/angle_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/angle_platform_impl.h
diff --git a/ui/gl/angle_platform_impl.h b/ui/gl/angle_platform_impl.h
index 0783f2cb2fba4e907e9cd201cb7b62d845430029..5a0ade6cb4d72967dc2e6a02633cad0bba07af63 100644
--- a/ui/gl/angle_platform_impl.h
+++ b/ui/gl/angle_platform_impl.h
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "third_party/angle/include/platform/Platform.h"
-namespace gfx {
+namespace gl {
// Derives the base ANGLE platform and provides implementations
class ANGLEPlatformImpl : public angle::Platform {
@@ -54,6 +54,6 @@ class ANGLEPlatformImpl : public angle::Platform {
DISALLOW_COPY_AND_ASSIGN(ANGLEPlatformImpl);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_ANGLE_PLATFORM_IMPL_H_
« no previous file with comments | « ui/gl/android/surface_texture_listener.cc ('k') | ui/gl/angle_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698