| Index: cc/trees/occlusion_tracker_unittest.cc
|
| diff --git a/cc/trees/occlusion_tracker_unittest.cc b/cc/trees/occlusion_tracker_unittest.cc
|
| index 172b22798b28a4423826613db2b01d80b4d34003..847d60c04d9feb742718f39ea83b6c598457b933 100644
|
| --- a/cc/trees/occlusion_tracker_unittest.cc
|
| +++ b/cc/trees/occlusion_tracker_unittest.cc
|
| @@ -101,8 +101,9 @@ class TestOcclusionTrackerWithClip : public TestOcclusionTracker<LayerType> {
|
| gfx::Rect UnoccludedSurfaceContentRect(const LayerType* layer,
|
| const gfx::Rect& content_rect) const {
|
| typename LayerType::RenderSurfaceType* surface = layer->render_surface();
|
| - return this->UnoccludedContributingSurfaceContentRect(
|
| - content_rect, surface->draw_transform());
|
| + return this->GetCurrentOcclusionForContributingSurface(
|
| + surface->draw_transform())
|
| + .GetUnoccludedContentRect(content_rect);
|
| }
|
| };
|
|
|
|
|