| Index: cc/trees/threaded_channel.cc
|
| diff --git a/cc/trees/threaded_channel.cc b/cc/trees/threaded_channel.cc
|
| index 652aa68dd8fe5076689104cab59b4ed79cf1d4e6..b4a144efab925e6490d3ec90d7da645a9f9ddceb 100644
|
| --- a/cc/trees/threaded_channel.cc
|
| +++ b/cc/trees/threaded_channel.cc
|
| @@ -135,7 +135,7 @@ void ThreadedChannel::MainFrameWillHappenOnImplForTesting(
|
|
|
| void ThreadedChannel::NotifyReadyToCommitOnImpl(
|
| CompletionEvent* completion,
|
| - LayerTreeHost* layer_tree_host,
|
| + LayerTreeHostInProcess* layer_tree_host,
|
| base::TimeTicks main_thread_start_time,
|
| bool hold_commit_for_activation) {
|
| DCHECK(IsMainThread());
|
| @@ -147,7 +147,7 @@ void ThreadedChannel::NotifyReadyToCommitOnImpl(
|
| }
|
|
|
| void ThreadedChannel::SynchronouslyInitializeImpl(
|
| - LayerTreeHost* layer_tree_host,
|
| + LayerTreeHostInProcess* layer_tree_host,
|
| std::unique_ptr<BeginFrameSource> external_begin_frame_source) {
|
| TRACE_EVENT0("cc", "ThreadChannel::SynchronouslyInitializeImpl");
|
| DCHECK(IsMainThread());
|
| @@ -260,7 +260,7 @@ void ThreadedChannel::BeginMainFrame(
|
|
|
| std::unique_ptr<ProxyImpl> ThreadedChannel::CreateProxyImpl(
|
| ChannelImpl* channel_impl,
|
| - LayerTreeHost* layer_tree_host,
|
| + LayerTreeHostInProcess* layer_tree_host,
|
| TaskRunnerProvider* task_runner_provider,
|
| std::unique_ptr<BeginFrameSource> external_begin_frame_source) {
|
| DCHECK(IsImplThread());
|
| @@ -271,7 +271,7 @@ std::unique_ptr<ProxyImpl> ThreadedChannel::CreateProxyImpl(
|
|
|
| void ThreadedChannel::InitializeImplOnImpl(
|
| CompletionEvent* completion,
|
| - LayerTreeHost* layer_tree_host,
|
| + LayerTreeHostInProcess* layer_tree_host,
|
| std::unique_ptr<BeginFrameSource> external_begin_frame_source) {
|
| DCHECK(IsImplThread());
|
| impl().proxy_impl =
|
|
|