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

Unified Diff: cc/base/latency_info_swap_promise.cc

Issue 400533006: Revert "Implement scroll handler latency tracking" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/base/latency_info_swap_promise.h ('k') | cc/base/latency_info_swap_promise_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/latency_info_swap_promise.cc
diff --git a/cc/base/latency_info_swap_promise.cc b/cc/base/latency_info_swap_promise.cc
index 380337f7062d47e12b1692c89bacd35e728fb8fa..cc2f1c10292e6b935fad034219efcff47a573fcb 100644
--- a/cc/base/latency_info_swap_promise.cc
+++ b/cc/base/latency_info_swap_promise.cc
@@ -45,8 +45,4 @@ void LatencyInfoSwapPromise::DidNotSwap(DidNotSwapReason reason) {
// DCHECK(latency_.terminated);
}
-int64 LatencyInfoSwapPromise::TraceId() const {
- return latency_.trace_id;
-}
-
} // namespace cc
« no previous file with comments | « cc/base/latency_info_swap_promise.h ('k') | cc/base/latency_info_swap_promise_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698