Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index 4a091950a27cc9bb1c4a73695827c70a40ece935..ea1862b97f2d2097e6b84bf6f881c688193fbbc0 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -122,6 +122,8 @@ class CC_EXPORT SingleThreadProxy : public Proxy, |
bool ShouldComposite() const; |
void ScheduleRequestNewCompositorFrameSink(); |
+ void DidReceiveCompositorFrameAck(); |
+ |
// Accessed on main thread only. |
LayerTreeHost* layer_tree_host_; |
LayerTreeHostSingleThreadClient* single_thread_client_; |