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

Unified Diff: cc/resources/platform_color.h

Issue 2122573003: media: replace LUMINANCE_F16 by RG_88 for 9/10-bit h264 videos Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve hubbe's concerns except for test. separate the CLs. Created 4 years, 3 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/platform_color.h
diff --git a/cc/resources/platform_color.h b/cc/resources/platform_color.h
index 67ede54839405e482e4ac883d915f411b7f5e893..e779e08093c06e74a8226934759c572853291a26 100644
--- a/cc/resources/platform_color.h
+++ b/cc/resources/platform_color.h
@@ -61,6 +61,7 @@ class PlatformColor {
case RGBA_4444:
case ETC1:
case RED_8:
+ case RG_88:
case LUMINANCE_F16:
NOTREACHED();
return false;

Powered by Google App Engine
This is Rietveld 408576698