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

Unified Diff: ui/gl/angle_platform_impl.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/angle_platform_impl.h ('k') | ui/gl/egl_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/angle_platform_impl.cc
diff --git a/ui/gl/angle_platform_impl.cc b/ui/gl/angle_platform_impl.cc
index 84c6a3c44c0cf6c1dfef4891dff75f825cb35917..c0f3a6c71940b83c3a7bc74e1d0b43a2b103b9e3 100644
--- a/ui/gl/angle_platform_impl.cc
+++ b/ui/gl/angle_platform_impl.cc
@@ -8,7 +8,7 @@
#include "base/metrics/sparse_histogram.h"
#include "base/trace_event/trace_event.h"
-namespace gfx {
+namespace gl {
ANGLEPlatformImpl::ANGLEPlatformImpl() {
}
@@ -107,4 +107,4 @@ void ANGLEPlatformImpl::histogramBoolean(const char* name, bool sample) {
histogramEnumeration(name, sample ? 1 : 0, 2);
}
-} // namespace gfx
+} // namespace gl
« no previous file with comments | « ui/gl/angle_platform_impl.h ('k') | ui/gl/egl_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698