| Index: cc/trees/channel_main.h
|
| diff --git a/cc/trees/channel_main.h b/cc/trees/channel_main.h
|
| index a9f51739c9571befc9b95bfbf4dd51edddd6f362..665c3e87a667137c1592ff32335d2c0ee9ef756a 100644
|
| --- a/cc/trees/channel_main.h
|
| +++ b/cc/trees/channel_main.h
|
| @@ -44,7 +44,12 @@ class CC_EXPORT ChannelMain {
|
| virtual void SetNeedsRedrawOnImpl(const gfx::Rect& damage_rect) = 0;
|
| virtual void SetNeedsCommitOnImpl() = 0;
|
| virtual void BeginMainFrameAbortedOnImpl(CommitEarlyOutReason reason) = 0;
|
| - virtual void StartCommitOnImpl(CompletionEvent* completion) = 0;
|
| + virtual void StartCommitOnImpl(CompletionEvent* completion,
|
| + LayerTreeHost* layer_tree_host,
|
| + bool hold_commit_for_activation) = 0;
|
| + virtual void InitializeImplOnImpl(CompletionEvent* completion,
|
| + LayerTreeHost* layer_tree_host) = 0;
|
| + virtual void LayerTreeHostClosedOnImpl(CompletionEvent* completion) = 0;
|
|
|
| virtual ~ChannelMain() {}
|
| };
|
|
|