| Index: components/mus/gles2/command_buffer_driver.h
|
| diff --git a/components/mus/gles2/command_buffer_driver.h b/components/mus/gles2/command_buffer_driver.h
|
| index 47d25a5a028d8b718334c7e4d966bdfe1af47ee8..eccf13ac27036951a184cfd29808a6f3cf22f71e 100644
|
| --- a/components/mus/gles2/command_buffer_driver.h
|
| +++ b/components/mus/gles2/command_buffer_driver.h
|
| @@ -74,7 +74,6 @@ class CommandBufferDriver {
|
| bool MakeCurrent();
|
| bool DoInitialize(mojo::ScopedSharedBufferHandle shared_state,
|
| mojo::Array<int32_t> attribs);
|
| - void OnResize(gfx::Size size, float scale_factor);
|
| bool OnWaitSyncPoint(uint32_t sync_point);
|
| void OnFenceSyncRelease(uint64_t release);
|
| bool OnWaitFenceSync(gpu::CommandBufferNamespace namespace_id,
|
|
|