| Index: mojo/services/native_viewport/gpu_impl.h
|
| diff --git a/mojo/services/native_viewport/gpu_impl.h b/mojo/services/native_viewport/gpu_impl.h
|
| index 4aeb53b167e4557532a4d65fe084f295eb8f3a5f..6b996c71520e6ac3d43046e229e7a39de2135c1a 100644
|
| --- a/mojo/services/native_viewport/gpu_impl.h
|
| +++ b/mojo/services/native_viewport/gpu_impl.h
|
| @@ -27,14 +27,14 @@ class GpuImpl : public InterfaceImpl<Gpu> {
|
| GpuImpl(const scoped_refptr<gfx::GLShareGroup>& share_group,
|
| const scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager);
|
|
|
| - virtual ~GpuImpl();
|
| + ~GpuImpl() override;
|
|
|
| - virtual void CreateOnscreenGLES2Context(
|
| + void CreateOnscreenGLES2Context(
|
| uint64_t native_viewport_id,
|
| SizePtr size,
|
| InterfaceRequest<CommandBuffer> command_buffer_request) override;
|
|
|
| - virtual void CreateOffscreenGLES2Context(
|
| + void CreateOffscreenGLES2Context(
|
| InterfaceRequest<CommandBuffer> command_buffer_request) override;
|
|
|
| private:
|
|
|