| Index: cc/trees/channel_impl.h
|
| diff --git a/cc/trees/channel_impl.h b/cc/trees/channel_impl.h
|
| index aec9b4a6d6155e7994b41f78a1315a6efced41e0..1d73d128f489219fde991472256f6e206005dab0 100644
|
| --- a/cc/trees/channel_impl.h
|
| +++ b/cc/trees/channel_impl.h
|
| @@ -19,7 +19,7 @@ class AnimationEvents;
|
| class CC_EXPORT ChannelImpl {
|
| public:
|
| // Interface for commands sent to ProxyMain
|
| - virtual void DidCompleteSwapBuffers() = 0;
|
| + virtual void DidReceiveCompositorFrameAck() = 0;
|
| virtual void BeginMainFrameNotExpectedSoon() = 0;
|
| virtual void DidCommitAndDrawFrame() = 0;
|
| virtual void SetAnimationEvents(std::unique_ptr<AnimationEvents> queue) = 0;
|
|
|