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

Unified Diff: cc/trees/latency_info_swap_promise_monitor.h

Issue 2323423002: cc: Add SwapPromiseManager and SurfaceSequenceGenerator. (Closed)
Patch Set: keep LTH in Layer. 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: cc/trees/latency_info_swap_promise_monitor.h
diff --git a/cc/trees/latency_info_swap_promise_monitor.h b/cc/trees/latency_info_swap_promise_monitor.h
index 84754dc05eb745aa4445f18d19780ce7d392b547..57c54bd7d41d8ccc5972fcc1aca5e811429646f9 100644
--- a/cc/trees/latency_info_swap_promise_monitor.h
+++ b/cc/trees/latency_info_swap_promise_monitor.h
@@ -20,7 +20,7 @@ namespace cc {
class CC_EXPORT LatencyInfoSwapPromiseMonitor : public SwapPromiseMonitor {
public:
LatencyInfoSwapPromiseMonitor(ui::LatencyInfo* latency,
- LayerTreeHostInterface* layer_tree_host,
+ SwapPromiseManager* swap_promise_manager,
LayerTreeHostImpl* layer_tree_host_impl);
~LatencyInfoSwapPromiseMonitor() override;

Powered by Google App Engine
This is Rietveld 408576698