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

Unified Diff: blimp/client/support/compositor/blimp_embedder_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
Index: blimp/client/support/compositor/blimp_embedder_compositor.h
diff --git a/blimp/client/support/compositor/blimp_embedder_compositor.h b/blimp/client/support/compositor/blimp_embedder_compositor.h
index 4489946b417df2e6b426b8a2cf0087f65fe8ccf7..6df30e0a40d8c28cc1ce7a243be9f80d0cf5aaf1 100644
--- a/blimp/client/support/compositor/blimp_embedder_compositor.h
+++ b/blimp/client/support/compositor/blimp_embedder_compositor.h
@@ -15,7 +15,7 @@
namespace cc {
class Display;
-class LayerTreeHostInterface;
+class LayerTreeHost;
class SurfaceIdAllocator;
class SurfaceManager;
} // namespace cc
@@ -84,7 +84,7 @@ class BlimpEmbedderCompositor : public cc::LayerTreeHostClient,
gfx::Size viewport_size_in_px_;
- std::unique_ptr<cc::LayerTreeHostInterface> host_;
+ std::unique_ptr<cc::LayerTreeHost> host_;
scoped_refptr<cc::Layer> root_layer_;
base::Closure did_complete_swap_buffers_;

Powered by Google App Engine
This is Rietveld 408576698