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

Unified Diff: cc/resources/video_resource_updater.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/resources/video_resource_updater.h
diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
index 96ba4823768784bd98b9a44927aff30c1909ce02..4dba54c42d3aaeaa8e616367b2c4e83c282df4cb 100644
--- a/cc/resources/video_resource_updater.h
+++ b/cc/resources/video_resource_updater.h
@@ -67,6 +67,7 @@ class CC_EXPORT VideoFrameExternalResources {
// After a lookup, subtract offset and multiply by multiplier.
float offset;
float multiplier;
+ uint32_t bits_per_channel;
VideoFrameExternalResources();
VideoFrameExternalResources(const VideoFrameExternalResources& other);

Powered by Google App Engine
This is Rietveld 408576698