| Index: cc/output/output_surface_unittest.cc
|
| diff --git a/cc/output/output_surface_unittest.cc b/cc/output/output_surface_unittest.cc
|
| index 299baba5233e9d0cc22046ad12f6f2cf60e6ab22..8e5fd031929ca34c160c45ffb6c93f3f33dc4b9e 100644
|
| --- a/cc/output/output_surface_unittest.cc
|
| +++ b/cc/output/output_surface_unittest.cc
|
| @@ -45,7 +45,7 @@ class TestOutputSurface : public OutputSurface {
|
| }
|
|
|
| void BeginFrameForTesting() {
|
| - client_->BeginFrame(CreateExpiredBeginFrameArgsForTesting());
|
| + SendBeginFrame(CreateExpiredBeginFrameArgsForTesting());
|
| }
|
|
|
| void DidSwapBuffersForTesting() { client_->DidSwapBuffers(); }
|
|
|