| Index: cc/surfaces/direct_compositor_frame_sink_unittest.cc
|
| diff --git a/cc/surfaces/direct_compositor_frame_sink_unittest.cc b/cc/surfaces/direct_compositor_frame_sink_unittest.cc
|
| index b15b5212402997b1d51c0e4cb65ebbdde54cd36d..8589a5266231ba4ed0f133f5e836b95fdb564e5b 100644
|
| --- a/cc/surfaces/direct_compositor_frame_sink_unittest.cc
|
| +++ b/cc/surfaces/direct_compositor_frame_sink_unittest.cc
|
| @@ -82,7 +82,7 @@ class DirectCompositorFrameSinkTest : public testing::Test {
|
| CompositorFrame frame;
|
| frame.delegated_frame_data = std::move(frame_data);
|
|
|
| - compositor_frame_sink_->SwapBuffers(std::move(frame));
|
| + compositor_frame_sink_->SubmitCompositorFrame(std::move(frame));
|
| }
|
|
|
| void SetUp() override {
|
|
|