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

Unified Diff: cc/ipc/quads.mojom

Issue 2101543002: Implement StreamVideoDrawQuad StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | cc/ipc/quads_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index 3b7ad0ca0b7391a8ea4bc2d184f841949fe76dd5..39c1b282d7c1251e40b5c15a9ad73a614f26bb2f 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -8,6 +8,7 @@ import "cc/ipc/filter_operations.mojom";
import "cc/ipc/render_pass_id.mojom";
import "cc/ipc/surface_id.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
+import "ui/gfx/mojo/transform.mojom";
struct DebugBorderQuadState {
// Debug border color.
@@ -68,7 +69,11 @@ struct TileQuadState {
bool nearest_neighbor;
};
-struct StreamVideoQuadState {};
+struct StreamVideoQuadState {
+ uint32 resource_id;
+ gfx.mojom.Size resource_size_in_pixels;
+ gfx.mojom.Transform matrix;
+};
enum YUVColorSpace {
REC_601, // SDTV standard with restricted "studio swing" color range.
« no previous file with comments | « no previous file | cc/ipc/quads_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698