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

Unified Diff: cc/ipc/quads.mojom

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/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index d2afb704cbbfde3929ca939519bf8ff24bd0a469..772525891325f0c5383b46c25f3a047483a19508 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -94,6 +94,7 @@ struct YUVVideoQuadState {
YUVColorSpace color_space;
float resource_offset;
float resource_multiplier;
+ uint32 bits_per_channel;
};
enum Material {

Powered by Google App Engine
This is Rietveld 408576698