Index: cc/ipc/cc_param_traits_unittest.cc |
diff --git a/cc/ipc/cc_param_traits_unittest.cc b/cc/ipc/cc_param_traits_unittest.cc |
index b750427c48ac6d596fbd3dfe12e2cbd7e5bb5af2..964007249e03c27408be0768cce28f51f9516086 100644 |
--- a/cc/ipc/cc_param_traits_unittest.cc |
+++ b/cc/ipc/cc_param_traits_unittest.cc |
@@ -262,6 +262,8 @@ TEST_F(CCParamTraitsTest, AllQuads) { |
SkScalar arbitrary_sigma = SkFloatToScalar(2.0f); |
YUVVideoDrawQuad::ColorSpace arbitrary_color_space = |
YUVVideoDrawQuad::REC_601; |
+ media::VideoColorSpace arbitrary_video_color_space( |
+ media::COLOR_SPACE_SD_REC601); |
RenderPassId child_id(30, 5); |
RenderPassId root_id(10, 14); |
@@ -389,7 +391,8 @@ TEST_F(CCParamTraitsTest, AllQuads) { |
arbitrary_rect1_inside_rect1, arbitrary_bool1, arbitrary_rectf1, |
arbitrary_rectf2, arbitrary_size1, arbitrary_size2, arbitrary_resourceid1, |
arbitrary_resourceid2, arbitrary_resourceid3, arbitrary_resourceid4, |
- arbitrary_color_space, arbitrary_float1, arbitrary_float2); |
+ arbitrary_color_space, arbitrary_video_color_space, arbitrary_float1, |
+ arbitrary_float2); |
pass_cmp->CopyFromAndAppendDrawQuad(yuvvideo_in, |
yuvvideo_in->shared_quad_state); |