| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 8b09054894341ee5995163ffbd2d9d39c481c9c7..45ab03e6ea2d5ebf01b697c3b36214cef84eb5bc 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -1079,12 +1079,14 @@ class LayerTreeHostContextTestDontUseLostResources
|
| make_scoped_ptr(
|
| new gpu::MailboxHolder(mailbox, GL_TEXTURE_2D, sync_point)),
|
| media::VideoFrame::ReleaseMailboxCB(), gfx::Size(4, 4),
|
| - gfx::Rect(0, 0, 4, 4), gfx::Size(4, 4), base::TimeDelta(), false);
|
| + gfx::Rect(0, 0, 4, 4), gfx::Size(4, 4), base::TimeDelta(),
|
| + false /* allow_overlay */, true /* has_alpha */);
|
| scaled_hw_video_frame_ = VideoFrame::WrapNativeTexture(
|
| make_scoped_ptr(
|
| new gpu::MailboxHolder(mailbox, GL_TEXTURE_2D, sync_point)),
|
| media::VideoFrame::ReleaseMailboxCB(), gfx::Size(4, 4),
|
| - gfx::Rect(0, 0, 3, 2), gfx::Size(4, 4), base::TimeDelta(), false);
|
| + gfx::Rect(0, 0, 3, 2), gfx::Size(4, 4), base::TimeDelta(),
|
| + false /* allow_overlay */, true /* has_alpha */);
|
|
|
| color_frame_provider_.set_frame(color_video_frame_);
|
| hw_frame_provider_.set_frame(hw_video_frame_);
|
|
|