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

Unified Diff: blimp/client/app/compositor/browser_compositor.h

Issue 2317753002: cc: Abstract the LayerTreeHost. (Closed)
Patch Set: Rebase 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/app/compositor/browser_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/compositor/browser_compositor.h
diff --git a/blimp/client/app/compositor/browser_compositor.h b/blimp/client/app/compositor/browser_compositor.h
index cb0828f477ff98058f4c6f82beacf80c02edf28b..1a5cdc79b3000646606a30a998a888a7bd8d4fd9 100644
--- a/blimp/client/app/compositor/browser_compositor.h
+++ b/blimp/client/app/compositor/browser_compositor.h
@@ -16,7 +16,7 @@
namespace cc {
class Display;
class Layer;
-class LayerTreeHost;
+class LayerTreeHostInterface;
class SurfaceIdAllocator;
class SurfaceManager;
} // namespace cc
@@ -86,7 +86,7 @@ class BrowserCompositor : public cc::LayerTreeHostClient,
gfx::Size viewport_size_in_px_;
- std::unique_ptr<cc::LayerTreeHost> host_;
+ std::unique_ptr<cc::LayerTreeHostInterface> host_;
scoped_refptr<cc::Layer> root_layer_;
base::Closure did_complete_swap_buffers_;
« no previous file with comments | « no previous file | blimp/client/app/compositor/browser_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698