| Index: services/ui/common/gpu_type_converters.h
|
| diff --git a/services/ui/common/gpu_type_converters.h b/services/ui/common/gpu_type_converters.h
|
| index b4e81ce4824d4fe4bdb8b814cda1090d4b590584..c42350afc0bc4b3c2b90d98e25f9fc2e7ecbbb7d 100644
|
| --- a/services/ui/common/gpu_type_converters.h
|
| +++ b/services/ui/common/gpu_type_converters.h
|
| @@ -35,18 +35,6 @@ struct TypeConverter<gfx::NativePixmapHandle,
|
| #endif
|
|
|
| template <>
|
| -struct TypeConverter<ui::mojom::GpuMemoryBufferIdPtr, gfx::GpuMemoryBufferId> {
|
| - static ui::mojom::GpuMemoryBufferIdPtr Convert(
|
| - const gfx::GpuMemoryBufferId& id);
|
| -};
|
| -
|
| -template <>
|
| -struct TypeConverter<gfx::GpuMemoryBufferId, ui::mojom::GpuMemoryBufferIdPtr> {
|
| - static gfx::GpuMemoryBufferId Convert(
|
| - const ui::mojom::GpuMemoryBufferIdPtr& id);
|
| -};
|
| -
|
| -template <>
|
| struct TypeConverter<ui::mojom::GpuMemoryBufferHandlePtr,
|
| gfx::GpuMemoryBufferHandle> {
|
| static ui::mojom::GpuMemoryBufferHandlePtr Convert(
|
|
|