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

Unified Diff: cc/ipc/quads.mojom

Issue 2919863004: Add flag to signal that video frame must be drawn using an overlay. (Closed)
Patch Set: cleanup Created 3 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: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index 436c4433b0c928c7942b1f98dbf9590553076ac9..5544267048a6a8269c27dbccc1c9cc15347a2313 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -104,6 +104,7 @@ struct YUVVideoQuadState {
float resource_multiplier;
uint32 bits_per_channel;
gfx.mojom.ColorSpace video_color_space;
+ bool require_overlay;
};
union DrawQuadState {

Powered by Google App Engine
This is Rietveld 408576698