| Index: cc/trees/proxy_impl.h
|
| diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h
|
| index a58a190ec215fe0d33d892faa27e0e6b3b2dbcc1..507ae33faf89002e10e2f317695a55146feca977 100644
|
| --- a/cc/trees/proxy_impl.h
|
| +++ b/cc/trees/proxy_impl.h
|
| @@ -40,8 +40,10 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient),
|
| void SetDeferCommitsOnImpl(bool defer_commits) const;
|
| void SetNeedsRedrawOnImpl(const gfx::Rect& damage_rect);
|
| void SetNeedsCommitOnImpl();
|
| - void BeginMainFrameAbortedOnImpl(CommitEarlyOutReason reason,
|
| - base::TimeTicks main_thread_start_time);
|
| + void BeginMainFrameAbortedOnImpl(
|
| + CommitEarlyOutReason reason,
|
| + base::TimeTicks main_thread_start_time,
|
| + std::vector<std::unique_ptr<SwapPromise>> swap_promises);
|
| void FinishAllRenderingOnImpl(CompletionEvent* completion);
|
| void SetVisibleOnImpl(bool visible);
|
| void ReleaseOutputSurfaceOnImpl(CompletionEvent* completion);
|
|
|