summaryrefslogtreecommitdiffstats
path: root/components/mus/gles2/gpu_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/gles2/gpu_state.h')
-rw-r--r--components/mus/gles2/gpu_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/gles2/gpu_state.h b/components/mus/gles2/gpu_state.h
index 59148b7..4864053 100644
--- a/components/mus/gles2/gpu_state.h
+++ b/components/mus/gles2/gpu_state.h
@@ -13,7 +13,7 @@
#include "gpu/command_buffer/service/sync_point_manager.h"
#include "ui/gl/gl_share_group.h"
-namespace mus {
+namespace gles2 {
// We need to share these across all CommandBuffer instances so that contexts
// they create can share resources with each other via mailboxes.
@@ -50,6 +50,6 @@ class GpuState : public base::RefCounted<GpuState> {
scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
};
-} // namespace mus
+} // namespace gles2
#endif // COMPONENTS_MUS_GLES2_GPU_STATE_H_