summaryrefslogtreecommitdiffstats
path: root/components/mus/gles2/command_buffer_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/gles2/command_buffer_impl.cc')
-rw-r--r--components/mus/gles2/command_buffer_impl.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/components/mus/gles2/command_buffer_impl.cc b/components/mus/gles2/command_buffer_impl.cc
index 7944f4c0..2cc4ca7 100644
--- a/components/mus/gles2/command_buffer_impl.cc
+++ b/components/mus/gles2/command_buffer_impl.cc
@@ -11,14 +11,11 @@
#include "components/mus/gles2/gpu_state.h"
#include "gpu/command_buffer/service/sync_point_manager.h"
-namespace mus {
-
+namespace gles2 {
namespace {
-
void RunCallback(const mojo::Callback<void()>& callback) {
callback.Run();
}
-
} // namespace
class CommandBufferImpl::CommandBufferDriverClientImpl
@@ -170,4 +167,4 @@ void CommandBufferImpl::DidLoseContext() {
OnConnectionError();
}
-} // namespace mus
+} // namespace gles2