| Index: cc/trees/proxy_main.cc
|
| diff --git a/cc/trees/proxy_main.cc b/cc/trees/proxy_main.cc
|
| index e02a86b87765e428cf17585073ab7a73272aa2ec..4ae1669fa5ea4c4b33fd1b1dee68c63cb7c71ad4 100644
|
| --- a/cc/trees/proxy_main.cc
|
| +++ b/cc/trees/proxy_main.cc
|
| @@ -72,9 +72,9 @@ void ProxyMain::SetChannel(std::unique_ptr<ChannelMain> channel_main) {
|
| channel_main_ = std::move(channel_main);
|
| }
|
|
|
| -void ProxyMain::DidCompleteSwapBuffers() {
|
| +void ProxyMain::DidReceiveCompositorFrameAck() {
|
| DCHECK(IsMainThread());
|
| - layer_tree_host_->DidCompleteSwapBuffers();
|
| + layer_tree_host_->DidReceiveCompositorFrameAck();
|
| }
|
|
|
| void ProxyMain::BeginMainFrameNotExpectedSoon() {
|
|
|