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

Unified Diff: ui/gfx/color_transform_unittest.cc

Issue 2333663003: Add color metadata info to VideoDecoderConfig. (Closed)
Patch Set: Commented the RangeID comment as suggested 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
« no previous file with comments | « ui/gfx/color_transform.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_transform_unittest.cc
diff --git a/ui/gfx/color_transform_unittest.cc b/ui/gfx/color_transform_unittest.cc
index a2567623b30848838e17016650e0458e3692d9bd..3c4364bcb9b45e27bfe0826ac7db8a2a712f95d8 100644
--- a/ui/gfx/color_transform_unittest.cc
+++ b/ui/gfx/color_transform_unittest.cc
@@ -53,8 +53,10 @@ ColorSpace::MatrixID all_matrices[] = {
ColorSpace::MatrixID::YDZDX,
};
-ColorSpace::RangeID all_ranges[] = {ColorSpace::RangeID::FULL,
- ColorSpace::RangeID::LIMITED};
+ColorSpace::RangeID all_ranges[] = {ColorSpace::RangeID::UNSPECIFIED,
+ ColorSpace::RangeID::FULL,
+ ColorSpace::RangeID::LIMITED,
+ ColorSpace::RangeID::DERIVED};
TEST(SimpleColorSpace, BT709toSRGB) {
ColorSpace bt709 = ColorSpace::CreateREC709();
« no previous file with comments | « ui/gfx/color_transform.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698