| Index: components/mus/public/cpp/surfaces/surfaces_type_converters.h
|
| diff --git a/components/mus/public/cpp/surfaces/surfaces_type_converters.h b/components/mus/public/cpp/surfaces/surfaces_type_converters.h
|
| index c325ea81f10d9b6a9b972b57651989bfe96d99dc..5cdd1653cba6f4a10a8b1ef518b336da320e7ee7 100644
|
| --- a/components/mus/public/cpp/surfaces/surfaces_type_converters.h
|
| +++ b/components/mus/public/cpp/surfaces/surfaces_type_converters.h
|
| @@ -43,18 +43,6 @@ struct MOJO_SURFACES_EXPORT TypeConverter<SkColor, mus::mojom::ColorPtr> {
|
| };
|
|
|
| template <>
|
| -struct MOJO_SURFACES_EXPORT
|
| - TypeConverter<mus::mojom::RenderPassIdPtr, cc::RenderPassId> {
|
| - static mus::mojom::RenderPassIdPtr Convert(const cc::RenderPassId& input);
|
| -};
|
| -
|
| -template <>
|
| -struct MOJO_SURFACES_EXPORT
|
| - TypeConverter<cc::RenderPassId, mus::mojom::RenderPassIdPtr> {
|
| - static cc::RenderPassId Convert(const mus::mojom::RenderPassIdPtr& input);
|
| -};
|
| -
|
| -template <>
|
| struct MOJO_SURFACES_EXPORT TypeConverter<mus::mojom::QuadPtr, cc::DrawQuad> {
|
| static mus::mojom::QuadPtr Convert(const cc::DrawQuad& input);
|
| };
|
|
|