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

Unified Diff: cc/trees/proxy_impl.cc

Issue 2340143002: cc: Rename LayerTreeHost to LayerTreeHostInProcess. (Closed)
Patch Set: comment fix 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
« no previous file with comments | « cc/trees/proxy_impl.h ('k') | cc/trees/proxy_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy_impl.cc
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
index b9ccaa91bc2f0a4c70117e10ddc09950c184e5a3..7ae09613773fdd93bc260e02b6f7c153f67338e4 100644
--- a/cc/trees/proxy_impl.cc
+++ b/cc/trees/proxy_impl.cc
@@ -20,7 +20,7 @@
#include "cc/output/context_provider.h"
#include "cc/scheduler/compositor_timing_history.h"
#include "cc/scheduler/delay_based_time_source.h"
-#include "cc/trees/layer_tree_host.h"
+#include "cc/trees/layer_tree_host_in_process.h"
#include "cc/trees/layer_tree_impl.h"
#include "cc/trees/task_runner_provider.h"
#include "gpu/command_buffer/client/gles2_interface.h"
@@ -38,7 +38,7 @@ unsigned int nextBeginFrameId = 0;
ProxyImpl::ProxyImpl(
ChannelImpl* channel_impl,
- LayerTreeHost* layer_tree_host,
+ LayerTreeHostInProcess* layer_tree_host,
TaskRunnerProvider* task_runner_provider,
std::unique_ptr<BeginFrameSource> external_begin_frame_source)
: layer_tree_host_id_(layer_tree_host->GetId()),
@@ -228,7 +228,7 @@ void ProxyImpl::MainFrameWillHappenOnImplForTesting(
void ProxyImpl::NotifyReadyToCommitOnImpl(
CompletionEvent* completion,
- LayerTreeHost* layer_tree_host,
+ LayerTreeHostInProcess* layer_tree_host,
base::TimeTicks main_thread_start_time,
bool hold_commit_for_activation) {
TRACE_EVENT0("cc", "ProxyImpl::NotifyReadyToCommitOnImpl");
« no previous file with comments | « cc/trees/proxy_impl.h ('k') | cc/trees/proxy_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698