summaryrefslogtreecommitdiffstats
path: root/components/mus/gles2/gpu_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/gles2/gpu_impl.h')
-rw-r--r--components/mus/gles2/gpu_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/mus/gles2/gpu_impl.h b/components/mus/gles2/gpu_impl.h
index d5de657..41b78d9 100644
--- a/components/mus/gles2/gpu_impl.h
+++ b/components/mus/gles2/gpu_impl.h
@@ -17,14 +17,14 @@
namespace mus {
-class GpuImpl : public mojo::Gpu {
+class GpuImpl : public mojom::Gpu {
public:
- GpuImpl(mojo::InterfaceRequest<mojo::Gpu> request,
+ GpuImpl(mojo::InterfaceRequest<mojom::Gpu> request,
const scoped_refptr<GpuState>& state);
~GpuImpl() override;
private:
- void CreateOffscreenGLES2Context(mojo::InterfaceRequest<mojo::CommandBuffer>
+ void CreateOffscreenGLES2Context(mojo::InterfaceRequest<mojom::CommandBuffer>
command_buffer_request) override;
void GetGpuInfo(const GetGpuInfoCallback& callback) override;