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

Unified Diff: components/viz/common/resources/platform_color.h

Issue 2969223002: [media]: Replace LUMINANCE_F16 by R16 for 9/10-bit h264 videos.
Patch Set: Fix in resource_format_utils Created 3 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
« no previous file with comments | « cc/test/test_web_graphics_context_3d.h ('k') | components/viz/common/resources/platform_color_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/common/resources/platform_color.h
diff --git a/components/viz/common/resources/platform_color.h b/components/viz/common/resources/platform_color.h
index 9c0fa1e66e306c51fa552b8659d2dcd887c07c39..5a6caba510d309662ee0916bafdad919906e8b4a 100644
--- a/components/viz/common/resources/platform_color.h
+++ b/components/viz/common/resources/platform_color.h
@@ -60,6 +60,7 @@ class PlatformColor {
case RED_8:
case LUMINANCE_F16:
case RGBA_F16:
+ case R16_EXT:
NOTREACHED();
return false;
}
« no previous file with comments | « cc/test/test_web_graphics_context_3d.h ('k') | components/viz/common/resources/platform_color_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698