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

Unified Diff: cc/output/latency_info_swap_promise.h

Issue 1178963003: Trace main thread commit in flow events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make OnCommitForSwapPromises non pure so that not all the derived classes need to implement it. Created 5 years, 6 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 | cc/output/latency_info_swap_promise.cc » ('j') | cc/output/swap_promise.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/latency_info_swap_promise.h
diff --git a/cc/output/latency_info_swap_promise.h b/cc/output/latency_info_swap_promise.h
index 74810b8d1a2ed5d1e6f2779fadefa3cec4b03c8a..766a1f197b66c77321608b5be01b27f64fbbd70b 100644
--- a/cc/output/latency_info_swap_promise.h
+++ b/cc/output/latency_info_swap_promise.h
@@ -19,6 +19,7 @@ class CC_EXPORT LatencyInfoSwapPromise : public SwapPromise {
void DidActivate() override {}
void DidSwap(CompositorFrameMetadata* metadata) override;
void DidNotSwap(DidNotSwapReason reason) override;
+ void OnCommitForSwapPromises() override;
int64 TraceId() const override;
« no previous file with comments | « no previous file | cc/output/latency_info_swap_promise.cc » ('j') | cc/output/swap_promise.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698