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

Unified Diff: cc/ipc/cc_param_traits_macros.h

Issue 2173563002: Improve GL shader YUV adjustment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use enum hack Created 4 years, 4 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: cc/ipc/cc_param_traits_macros.h
diff --git a/cc/ipc/cc_param_traits_macros.h b/cc/ipc/cc_param_traits_macros.h
index 4ad57fb99fb1be87321f6dba52974c0bb80b28a4..57356877df670b42ccf1b1fa05cf924709db878b 100644
--- a/cc/ipc/cc_param_traits_macros.h
+++ b/cc/ipc/cc_param_traits_macros.h
@@ -118,17 +118,6 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TileDrawQuad)
IPC_STRUCT_TRAITS_MEMBER(nearest_neighbor)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad)
- IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
- IPC_STRUCT_TRAITS_MEMBER(ya_tex_coord_rect)
- IPC_STRUCT_TRAITS_MEMBER(uv_tex_coord_rect)
- IPC_STRUCT_TRAITS_MEMBER(ya_tex_size)
- IPC_STRUCT_TRAITS_MEMBER(uv_tex_size)
- IPC_STRUCT_TRAITS_MEMBER(color_space)
- IPC_STRUCT_TRAITS_MEMBER(resource_offset)
- IPC_STRUCT_TRAITS_MEMBER(resource_multiplier)
-IPC_STRUCT_TRAITS_END()
-
IPC_STRUCT_TRAITS_BEGIN(cc::SharedQuadState)
IPC_STRUCT_TRAITS_MEMBER(quad_to_target_transform)
IPC_STRUCT_TRAITS_MEMBER(quad_layer_bounds)

Powered by Google App Engine
This is Rietveld 408576698