| Index: cc/surfaces/surface_synchronization_unittest.cc
|
| diff --git a/cc/surfaces/surface_synchronization_unittest.cc b/cc/surfaces/surface_synchronization_unittest.cc
|
| index 473e5876f2e33d76de3f09df814f448b58f41fe1..ae7d748770d41d0a65eb758172f4511406dbaffe 100644
|
| --- a/cc/surfaces/surface_synchronization_unittest.cc
|
| +++ b/cc/surfaces/surface_synchronization_unittest.cc
|
| @@ -986,10 +986,10 @@ TEST_F(SurfaceSynchronizationTest, PassesOnBeginFrameAcks) {
|
| CreateBeginFrameArgsForTesting(BEGINFRAME_FROM_HERE, 0, 1);
|
| begin_frame_source()->TestOnBeginFrame(args);
|
|
|
| - // Check that the support forwards a BeginFrameDidNotSwap ack to the
|
| + // Check that the support forwards a DidNotProduceFrame ack to the
|
| // BeginFrameSource.
|
| BeginFrameAck ack(0, 1, 1, false);
|
| - display_support().BeginFrameDidNotSwap(ack);
|
| + display_support().DidNotProduceFrame(ack);
|
| EXPECT_EQ(ack, begin_frame_source()->LastAckForObserver(&display_support()));
|
|
|
| // Issue another BeginFrame.
|
|
|