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

Unified Diff: blimp/client/core/compositor/blimp_compositor.h

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 | « no previous file | blimp/client/core/compositor/blimp_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/compositor/blimp_compositor.h
diff --git a/blimp/client/core/compositor/blimp_compositor.h b/blimp/client/core/compositor/blimp_compositor.h
index b86b8f15daedea1a1032747c370debc53a7b7d88..dccf20520e851de1d0a54ca8d0e1059f34e25b73 100644
--- a/blimp/client/core/compositor/blimp_compositor.h
+++ b/blimp/client/core/compositor/blimp_compositor.h
@@ -33,7 +33,7 @@ class CompositorMessage;
class ContextProvider;
class Layer;
-class LayerTreeHostInterface;
+class LayerTreeHost;
class LayerTreeSettings;
class Surface;
class SurfaceFactory;
@@ -189,7 +189,7 @@ class BlimpCompositor : public cc::LayerTreeHostClient,
BlimpCompositorDependencies* compositor_dependencies_;
- std::unique_ptr<cc::LayerTreeHostInterface> host_;
+ std::unique_ptr<cc::LayerTreeHost> host_;
// The SurfaceFactory is bound to the lifetime of the |proxy_client_|. When
// detached, the surface factory will be destroyed.
« no previous file with comments | « no previous file | blimp/client/core/compositor/blimp_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698