| 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 8a24d6662574fbe46f250e74f4f79d87b2132bdf..ba1a75e1640cf6aa2f42415da41616bfff342623 100644
|
| --- a/services/ui/common/gpu_type_converters.h
|
| +++ b/services/ui/common/gpu_type_converters.h
|
| @@ -8,7 +8,6 @@
|
| #include "build/build_config.h"
|
| #include "mojo/public/cpp/bindings/type_converter.h"
|
| #include "services/ui/common/mus_common_export.h"
|
| -#include "services/ui/public/interfaces/channel_handle.mojom.h"
|
| #include "services/ui/public/interfaces/gpu_memory_buffer.mojom.h"
|
|
|
| namespace gfx {
|
| @@ -18,28 +17,8 @@ using GpuMemoryBufferId = GenericSharedMemoryId;
|
| struct NativePixmapHandle;
|
| }
|
|
|
| -namespace gpu {
|
| -struct GPUInfo;
|
| -}
|
| -
|
| -namespace IPC {
|
| -struct ChannelHandle;
|
| -}
|
| -
|
| namespace mojo {
|
|
|
| -template <>
|
| -struct MUS_COMMON_EXPORT
|
| - TypeConverter<ui::mojom::ChannelHandlePtr, IPC::ChannelHandle> {
|
| - static ui::mojom::ChannelHandlePtr Convert(const IPC::ChannelHandle& handle);
|
| -};
|
| -
|
| -template <>
|
| -struct MUS_COMMON_EXPORT
|
| - TypeConverter<IPC::ChannelHandle, ui::mojom::ChannelHandlePtr> {
|
| - static IPC::ChannelHandle Convert(const ui::mojom::ChannelHandlePtr& handle);
|
| -};
|
| -
|
| #if defined(USE_OZONE)
|
| template <>
|
| struct MUS_COMMON_EXPORT
|
|
|