| Index: cc/trees/threaded_channel.h
|
| diff --git a/cc/trees/threaded_channel.h b/cc/trees/threaded_channel.h
|
| index 1a4b8b7027ad2acf883fc730def38235f6701a94..2c7140d8f5c788859491e6f7e95df7e9b2859ed2 100644
|
| --- a/cc/trees/threaded_channel.h
|
| +++ b/cc/trees/threaded_channel.h
|
| @@ -85,7 +85,9 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl {
|
| void SetInputThrottledUntilCommitOnImpl(bool is_throttled) override;
|
| void SetDeferCommitsOnImpl(bool defer_commits) override;
|
| void SetNeedsCommitOnImpl() override;
|
| - void BeginMainFrameAbortedOnImpl(CommitEarlyOutReason reason) override;
|
| + void BeginMainFrameAbortedOnImpl(
|
| + CommitEarlyOutReason reason,
|
| + base::TimeTicks main_thread_start_time) override;
|
| void SetNeedsRedrawOnImpl(const gfx::Rect& damage_rect) override;
|
| void SetVisibleOnImpl(bool visible) override;
|
|
|
| @@ -98,6 +100,7 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl {
|
| bool* main_frame_will_happen) override;
|
| void StartCommitOnImpl(CompletionEvent* completion,
|
| LayerTreeHost* layer_tree_host,
|
| + base::TimeTicks main_thread_start_time,
|
| bool hold_commit_for_activation) override;
|
| void InitializeImplOnImpl(CompletionEvent* completion,
|
| LayerTreeHost* layer_tree_host) override;
|
|
|