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

Unified Diff: cc/trees/proxy_main.h

Issue 2650303002: cc: Remove the LayerTreeHost abstraction. (Closed)
Patch Set: missed ui Created 3 years, 11 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.cc ('k') | cc/trees/proxy_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy_main.h
diff --git a/cc/trees/proxy_main.h b/cc/trees/proxy_main.h
index 5ebf39623989dd4c969f0aa83585deb9f956058c..29f4880a8b6225dd5dda9d6c871a67c46b07f80c 100644
--- a/cc/trees/proxy_main.h
+++ b/cc/trees/proxy_main.h
@@ -16,7 +16,7 @@ namespace cc {
class MutatorEvents;
class CompletionEvent;
class CompositorFrameSink;
-class LayerTreeHostInProcess;
+class LayerTreeHost;
class LayerTreeMutator;
class ProxyImpl;
@@ -25,7 +25,7 @@ class ProxyImpl;
// The class is created and lives on the main thread.
class CC_EXPORT ProxyMain : public Proxy {
public:
- ProxyMain(LayerTreeHostInProcess* layer_tree_host,
+ ProxyMain(LayerTreeHost* layer_tree_host,
TaskRunnerProvider* task_runner_provider);
~ProxyMain() override;
@@ -98,7 +98,7 @@ class CC_EXPORT ProxyMain : public Proxy {
void InitializeOnImplThread(CompletionEvent* completion_event);
void DestroyProxyImplOnImplThread(CompletionEvent* completion_event);
- LayerTreeHostInProcess* layer_tree_host_;
+ LayerTreeHost* layer_tree_host_;
TaskRunnerProvider* task_runner_provider_;
« no previous file with comments | « cc/trees/proxy_impl.cc ('k') | cc/trees/proxy_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698