| Index: components/mus/gpu/gpu_service_mus.cc
|
| diff --git a/components/mus/gpu/gpu_service_mus.cc b/components/mus/gpu/gpu_service_mus.cc
|
| index 814ef487d6ad3e49a0a800848d038e642e6697b2..2d6f770d2e3d0303cc682afb8f30eae17ed6ade4 100644
|
| --- a/components/mus/gpu/gpu_service_mus.cc
|
| +++ b/components/mus/gpu/gpu_service_mus.cc
|
| @@ -40,18 +40,6 @@ void GpuServiceMus::StoreShaderToDisk(int32_t client_id,
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -#if defined(OS_MACOSX)
|
| -void GpuServiceMus::SendAcceleratedSurfaceBuffersSwapped(
|
| - gpu::SurfaceHandle surface_handle,
|
| - CAContextID ca_context_id,
|
| - const gfx::ScopedRefCountedIOSurfaceMachPort& io_surface,
|
| - const gfx::Size& size,
|
| - float scale_factor,
|
| - std::vector<ui::LatencyInfo> latency_info) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -#endif
|
| -
|
| #if defined(OS_WIN)
|
| void GpuServiceMus::SendAcceleratedSurfaceCreatedChildWindow(
|
| gpu::SurfaceHandle parent_window,
|
|
|