| 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) {
|
|
|