Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2766)

Unified Diff: cc/trees/threaded_channel.cc

Issue 2340143002: cc: Rename LayerTreeHost to LayerTreeHostInProcess. (Closed)
Patch Set: tests + comment updates Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cc/trees/layer_tree_host_in_process.h ('K') | « cc/trees/threaded_channel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« cc/trees/layer_tree_host_in_process.h ('K') | « cc/trees/threaded_channel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698