| Index: cc/trees/layer_tree_host_client.h
|
| diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
|
| index f0a64b8eb1692f72a85d3039606cd4a37516a6d3..d1663724b01913b7fb841a6a6e8735b290db3f79 100644
|
| --- a/cc/trees/layer_tree_host_client.h
|
| +++ b/cc/trees/layer_tree_host_client.h
|
| @@ -56,7 +56,7 @@ class LayerTreeHostClient {
|
| virtual void WillCommit() = 0;
|
| virtual void DidCommit() = 0;
|
| virtual void DidCommitAndDrawFrame() = 0;
|
| - virtual void DidCompleteSwapBuffers() = 0;
|
| + virtual void DidReceiveCompositorFrameAck() = 0;
|
| virtual void DidCompletePageScaleAnimation() = 0;
|
|
|
| protected:
|
|
|