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

Unified Diff: cc/trees/swap_promise_monitor.cc

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 | « cc/trees/swap_promise_monitor.h ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/swap_promise_monitor.cc
diff --git a/cc/trees/swap_promise_monitor.cc b/cc/trees/swap_promise_monitor.cc
index 84d8a9feb941c61bf19ac1de26fd8c5fa876c609..56956bf29ac556d243445328f5851e3a6e777679 100644
--- a/cc/trees/swap_promise_monitor.cc
+++ b/cc/trees/swap_promise_monitor.cc
@@ -9,7 +9,7 @@
namespace cc {
-SwapPromiseMonitor::SwapPromiseMonitor(LayerTreeHost* layer_tree_host,
+SwapPromiseMonitor::SwapPromiseMonitor(LayerTreeHostInterface* layer_tree_host,
LayerTreeHostImpl* layer_tree_host_impl)
: layer_tree_host_(layer_tree_host),
layer_tree_host_impl_(layer_tree_host_impl) {
« no previous file with comments | « cc/trees/swap_promise_monitor.h ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698