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

Unified Diff: ui/gl/gpu_timing.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/gpu_switching_manager.cc ('k') | ui/gl/gpu_timing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gpu_timing.h
diff --git a/ui/gl/gpu_timing.h b/ui/gl/gpu_timing.h
index b7f7d0b95121b805889063f9415f74e7bc8d0b94..15975a23d645b21a5c3e771875bc2f8a542c75e4 100644
--- a/ui/gl/gpu_timing.h
+++ b/ui/gl/gpu_timing.h
@@ -43,7 +43,7 @@
// The constructor and destructor of this object handles the actual
// creation and deletion of the GL Queries within GL.
-namespace gfx {
+namespace gl {
class GLContextReal;
class GPUTimingClient;
@@ -159,6 +159,6 @@ class GL_EXPORT GPUTimingClient
DISALLOW_COPY_AND_ASSIGN(GPUTimingClient);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_GPU_TIMING_H_
« no previous file with comments | « ui/gl/gpu_switching_manager.cc ('k') | ui/gl/gpu_timing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698