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

Unified Diff: components/viz/common/resources/platform_color_unittest.cc

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 | « components/viz/common/resources/platform_color.h ('k') | components/viz/common/resources/resource_format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/common/resources/platform_color_unittest.cc
diff --git a/components/viz/common/resources/platform_color_unittest.cc b/components/viz/common/resources/platform_color_unittest.cc
index f801217673bf6f16b8d471791a69fdfa16dc85e9..feab684ca15e4108c569dcaae37ae77d943b61c6 100644
--- a/components/viz/common/resources/platform_color_unittest.cc
+++ b/components/viz/common/resources/platform_color_unittest.cc
@@ -33,6 +33,7 @@ TEST(PlatformColorTest, SameComponentOrder) {
case RED_8:
case LUMINANCE_F16:
case RGBA_F16:
+ case R16_EXT:
break;
}
}
« no previous file with comments | « components/viz/common/resources/platform_color.h ('k') | components/viz/common/resources/resource_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698