Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: components/mus/public/cpp/surfaces/surfaces_type_converters.h

Issue 2011263002: Implement RenderPassId StructTrait (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698