summaryrefslogtreecommitdiffstats
path: root/components/mus/gles2/gpu_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/gles2/gpu_state.cc')
-rw-r--r--components/mus/gles2/gpu_state.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/gles2/gpu_state.cc b/components/mus/gles2/gpu_state.cc
index 48932e6..4553cf7 100644
--- a/components/mus/gles2/gpu_state.cc
+++ b/components/mus/gles2/gpu_state.cc
@@ -5,7 +5,7 @@
#include "components/mus/gles2/gpu_state.h"
-namespace mus {
+namespace gles2 {
GpuState::GpuState()
: control_thread_("gpu_command_buffer_control"),
@@ -21,4 +21,4 @@ void GpuState::StopControlThread() {
control_thread_.Stop();
}
-} // namespace mus
+} // namespace gles2