| Index: cc/layers/nine_patch_layer_impl_unittest.cc
|
| diff --git a/cc/layers/nine_patch_layer_impl_unittest.cc b/cc/layers/nine_patch_layer_impl_unittest.cc
|
| index d704a83d5390df1936e8ddb63b3e01cf61e4fd5b..ece8a37fe3c1aa6157ee228e9efde2b23738d24b 100644
|
| --- a/cc/layers/nine_patch_layer_impl_unittest.cc
|
| +++ b/cc/layers/nine_patch_layer_impl_unittest.cc
|
| @@ -387,8 +387,8 @@ TEST(NinePatchLayerImplTest, Occlusion) {
|
| impl.AppendQuadsWithOcclusion(nine_patch_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 nine quads, three of which are partially occluded, and
|
| // three fully occluded.
|
| EXPECT_EQ(6u, impl.quad_list().size());
|
|
|