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

Unified Diff: cc/ipc/cc_param_traits_unittest.cc

Issue 2919863004: Add flag to signal that video frame must be drawn using an overlay. (Closed)
Patch Set: fix expect Created 3 years, 6 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 | « no previous file | cc/ipc/quads.mojom » ('j') | cc/quads/draw_quad_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 776e5c2ac3065ef7cb5baedb59771866f71b0b26..e283e6d87985b689481d1cfa52d3ba92734ffccf 100644
--- a/cc/ipc/cc_param_traits_unittest.cc
+++ b/cc/ipc/cc_param_traits_unittest.cc
@@ -420,7 +420,7 @@ TEST_F(CCParamTraitsTest, AllQuads) {
arbitrary_rectf2, arbitrary_size1, arbitrary_size2, arbitrary_resourceid1,
arbitrary_resourceid2, arbitrary_resourceid3, arbitrary_resourceid4,
arbitrary_video_color_space, arbitrary_color_space, arbitrary_float1,
- arbitrary_float2, arbitrary_int);
+ arbitrary_float2, arbitrary_int, arbitrary_bool2);
pass_cmp->CopyFromAndAppendDrawQuad(yuvvideo_in,
yuvvideo_in->shared_quad_state);
« no previous file with comments | « no previous file | cc/ipc/quads.mojom » ('j') | cc/quads/draw_quad_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698