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..415351d0ce02631bdbe5341884df0becb7272e12 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 BeginFrameDidNotProduceFrame ack to the |
// BeginFrameSource. |
BeginFrameAck ack(0, 1, 1, false); |
- display_support().BeginFrameDidNotSwap(ack); |
+ display_support().BeginFrameDidNotProduceFrame(ack); |
EXPECT_EQ(ack, begin_frame_source()->LastAckForObserver(&display_support())); |
// Issue another BeginFrame. |