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

Unified Diff: media/formats/webm/webm_stream_parser_unittest.cc

Issue 2746013006: use VideoColorSpace in decoder configuration (Closed)
Patch Set: oops, win compile fix reapplied Created 3 years, 9 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 | « media/formats/webm/webm_colour_parser.cc ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/webm/webm_stream_parser_unittest.cc
diff --git a/media/formats/webm/webm_stream_parser_unittest.cc b/media/formats/webm/webm_stream_parser_unittest.cc
index e19e91f19635eebddd2ebf789706789ca743c8e1..d7ef3b7430a9b8521a2781d5973486ff3dbb0a5f 100644
--- a/media/formats/webm/webm_stream_parser_unittest.cc
+++ b/media/formats/webm/webm_stream_parser_unittest.cc
@@ -169,9 +169,9 @@ TEST_F(WebMStreamParserTest, ColourElement) {
const VideoDecoderConfig& video_config =
media_tracks_->getVideoConfig(video_track->bytestream_track_id());
- gfx::ColorSpace expected_color_space(gfx::ColorSpace::PrimaryID::SMPTEST428_1,
- gfx::ColorSpace::TransferID::LOG,
- gfx::ColorSpace::MatrixID::RGB,
+ VideoColorSpace expected_color_space(VideoColorSpace::PrimaryID::SMPTEST428_1,
+ VideoColorSpace::TransferID::LOG,
+ VideoColorSpace::MatrixID::RGB,
gfx::ColorSpace::RangeID::FULL);
EXPECT_EQ(video_config.color_space_info(), expected_color_space);
« no previous file with comments | « media/formats/webm/webm_colour_parser.cc ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698