| Index: cc/surfaces/surface_factory_unittest.cc
|
| diff --git a/cc/surfaces/surface_factory_unittest.cc b/cc/surfaces/surface_factory_unittest.cc
|
| index d7385ab0dea795dd488a9f7d327fb69619a01dbc..28c8042c0fe2db8fc8a237b007ecab39d67b0b2f 100644
|
| --- a/cc/surfaces/surface_factory_unittest.cc
|
| +++ b/cc/surfaces/surface_factory_unittest.cc
|
| @@ -151,7 +151,7 @@ class SurfaceFactoryTest : public testing::Test, public SurfaceObserver {
|
| void RefCurrentFrameResources() {
|
| Surface* surface = manager_.GetSurfaceForId(
|
| SurfaceId(factory_->frame_sink_id(), local_surface_id_));
|
| - factory_->RefResources(surface->GetEligibleFrame().resource_list);
|
| + factory_->RefResources(surface->GetActiveFrame().resource_list);
|
| }
|
|
|
| protected:
|
|
|