| Index: cc/test/layer_test_common.h
|
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
|
| index c8e6ba5c66e1efbef6aebabca3edf815d180594a..e2b0ef60f4387ae8f368efb4a3c98220d954e50b 100644
|
| --- a/cc/test/layer_test_common.h
|
| +++ b/cc/test/layer_test_common.h
|
| @@ -42,11 +42,9 @@ class LayerTestCommon {
|
| static void VerifyQuadsExactlyCoverRect(const QuadList& quads,
|
| const gfx::Rect& rect);
|
|
|
| - static void VerifyQuadsCoverRectWithOcclusion(
|
| - const QuadList& quads,
|
| - const gfx::Rect& rect,
|
| - const gfx::Rect& occluded,
|
| - size_t* partially_occluded_count);
|
| + static void VerifyQuadsAreOccluded(const QuadList& quads,
|
| + const gfx::Rect& occluded,
|
| + size_t* partially_occluded_count);
|
|
|
| class LayerImplTest {
|
| public:
|
|
|