Index: cc/trees/remote_channel_impl.h |
diff --git a/cc/trees/remote_channel_impl.h b/cc/trees/remote_channel_impl.h |
index 8c12b68d8180e92d606613a755e215dfa82af21f..786b8287c6129d3842341bf489bbe22c767ddeb0 100644 |
--- a/cc/trees/remote_channel_impl.h |
+++ b/cc/trees/remote_channel_impl.h |
@@ -186,6 +186,7 @@ class CC_EXPORT RemoteChannelImpl : public ChannelImpl, |
// called on main thread. |
void HandleProto(const proto::CompositorMessageToImpl& proto); |
void DidCompleteSwapBuffersOnMain(); |
+ void DidCommitAndDrawFrameOnMain(); |
void DidLoseOutputSurfaceOnMain(); |
void RequestNewOutputSurfaceOnMain(); |
void DidInitializeOutputSurfaceOnMain( |