| Index: cc/layers/video_layer_impl_unittest.cc
|
| diff --git a/cc/layers/video_layer_impl_unittest.cc b/cc/layers/video_layer_impl_unittest.cc
|
| index 0efd7c8faabcc66c58e749b122013bdce84599bc..b079844b584974f6f2ffd1144f5b240c891c9d04 100644
|
| --- a/cc/layers/video_layer_impl_unittest.cc
|
| +++ b/cc/layers/video_layer_impl_unittest.cc
|
| @@ -78,8 +78,8 @@ TEST(VideoLayerImplTest, Occlusion) {
|
| impl.AppendQuadsWithOcclusion(video_layer_impl, occluded);
|
|
|
| size_t partially_occluded_count = 0;
|
| - LayerTestCommon::VerifyQuadsAreOccluded(
|
| - impl.quad_list(), occluded, &partially_occluded_count);
|
| + LayerTestCommon::VerifyQuadsAreOccluded(impl.quad_list(), occluded, false,
|
| + &partially_occluded_count);
|
| // The layer outputs one quad, which is partially occluded.
|
| EXPECT_EQ(1u, impl.quad_list().size());
|
| EXPECT_EQ(1u, partially_occluded_count);
|
|
|