Index: cc/trees/remote_channel_impl.h |
diff --git a/cc/trees/remote_channel_impl.h b/cc/trees/remote_channel_impl.h |
index 0c47b61bb531542e19ee65332f4f856f18f6e5c9..12d82ff29ec01e8820758a0f12517fe8680ec269 100644 |
--- a/cc/trees/remote_channel_impl.h |
+++ b/cc/trees/remote_channel_impl.h |
@@ -188,6 +188,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( |