| Index: cc/trees/remote_channel_main.h
|
| diff --git a/cc/trees/remote_channel_main.h b/cc/trees/remote_channel_main.h
|
| index 43e49c6225aeea39ae251d36ca4c368caf76c91f..ae42cb64d7dc9b4c3c34fb582912e1f9cebd91d9 100644
|
| --- a/cc/trees/remote_channel_main.h
|
| +++ b/cc/trees/remote_channel_main.h
|
| @@ -71,7 +71,7 @@ class CC_EXPORT RemoteChannelMain : public ChannelMain,
|
| void SendMessageProto(const proto::CompositorMessage& proto);
|
| void HandleProto(const proto::CompositorMessageToMain& proto);
|
| void DidCommitAndDrawFrame();
|
| - void DidCompleteSwapBuffers();
|
| + void DidReceiveCompositorFrameAck();
|
|
|
| base::SingleThreadTaskRunner* MainThreadTaskRunner() const;
|
|
|
|
|