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

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: rebaseline cc tests Created 4 years, 5 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 39c1b282d7c1251e40b5c15a9ad73a614f26bb2f..0816589137fa888add434a199b19a7b5afb1ab8b 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -93,6 +93,7 @@ struct YUVVideoQuadState {
YUVColorSpace color_space;
float resource_offset;
float resource_multiplier;
+ uint32 bits_per_channel;
piman 2016/07/26 06:46:48 You also need to modify the ParamTraits for YUVVid
};
enum Material {

Powered by Google App Engine
This is Rietveld 408576698