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

Unified Diff: cc/trees/single_thread_proxy.h

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
Index: cc/trees/single_thread_proxy.h
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index 4fc3bea10be08fce9492c3132404092a34715e5a..c8cbe1f803fb1dd7bc8c85a0c3610f92f2869640 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -22,7 +22,7 @@ namespace cc {
class AnimationEvents;
class BeginFrameSource;
class ContextProvider;
-class LayerTreeHost;
+class LayerTreeHostInProcess;
class LayerTreeHostSingleThreadClient;
class CC_EXPORT SingleThreadProxy : public Proxy,
@@ -30,7 +30,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
SchedulerClient {
public:
static std::unique_ptr<Proxy> Create(
- LayerTreeHost* layer_tree_host,
+ LayerTreeHostInProcess* layer_tree_host,
LayerTreeHostSingleThreadClient* client,
TaskRunnerProvider* task_runner_provider_);
~SingleThreadProxy() override;
@@ -106,7 +106,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
void CompositeImmediately(base::TimeTicks frame_begin_time);
protected:
- SingleThreadProxy(LayerTreeHost* layer_tree_host,
+ SingleThreadProxy(LayerTreeHostInProcess* layer_tree_host,
LayerTreeHostSingleThreadClient* client,
TaskRunnerProvider* task_runner_provider);
@@ -124,7 +124,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
void ScheduleRequestNewOutputSurface();
// Accessed on main thread only.
- LayerTreeHost* layer_tree_host_;
+ LayerTreeHostInProcess* layer_tree_host_;
LayerTreeHostSingleThreadClient* client_;
TaskRunnerProvider* task_runner_provider_;

Powered by Google App Engine
This is Rietveld 408576698