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

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

Issue 2032643002: Implement cc::SharedQuadState StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated to uint Created 4 years, 6 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 5246de0be1fcfbba266849ff80de7fa9e5ecb0fd..22b8fb8025c1b8c71892f4c9aa0ecfd61b33d6c0 100644
--- a/components/mus/public/cpp/surfaces/surfaces_type_converters.h
+++ b/components/mus/public/cpp/surfaces/surfaces_type_converters.h
@@ -47,13 +47,6 @@ struct MOJO_SURFACES_EXPORT TypeConverter<mus::mojom::QuadPtr, cc::DrawQuad> {
static mus::mojom::QuadPtr Convert(const cc::DrawQuad& input);
};
-template <>
-struct MOJO_SURFACES_EXPORT
- TypeConverter<mus::mojom::SharedQuadStatePtr, cc::SharedQuadState> {
- static mus::mojom::SharedQuadStatePtr Convert(
- const cc::SharedQuadState& input);
-};
-
std::unique_ptr<cc::RenderPass> ConvertToRenderPass(
const mus::mojom::PassPtr& input,
const mus::mojom::CompositorFrameMetadataPtr& metadata,
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | components/mus/public/cpp/surfaces/surfaces_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698