| Index: cc/ipc/struct_traits_unittest.cc
|
| diff --git a/cc/ipc/struct_traits_unittest.cc b/cc/ipc/struct_traits_unittest.cc
|
| index 1b90b4a5498bb3a2b6964b5716a3e2ea6d7c7231..b8898f3856d1c4a540808fe1693b03f81eb9d5d2 100644
|
| --- a/cc/ipc/struct_traits_unittest.cc
|
| +++ b/cc/ipc/struct_traits_unittest.cc
|
| @@ -968,7 +968,8 @@ TEST_F(StructTraitsTest, TextureMailbox) {
|
| const bool is_overlay_candidate = true;
|
| const bool secure_output_only = true;
|
| const bool nearest_neighbor = true;
|
| - const gfx::ColorSpace color_space(4, 5, 9, gfx::ColorSpace::RangeID::LIMITED);
|
| + const gfx::ColorSpace color_space =
|
| + gfx::ColorSpace::CreateVideo(4, 5, 9, gfx::ColorSpace::RangeID::LIMITED);
|
| #if defined(OS_ANDROID)
|
| const bool is_backed_by_surface_texture = true;
|
| const bool wants_promotion_hint = true;
|
|
|