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

Unified Diff: cc/base/latency_info_swap_promise.h

Issue 365463003: Implement scroll handler latency tracking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed useless includes. 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 | « no previous file | cc/base/latency_info_swap_promise.cc » ('j') | cc/base/swap_promise.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/latency_info_swap_promise.h
diff --git a/cc/base/latency_info_swap_promise.h b/cc/base/latency_info_swap_promise.h
index 1a2b1d6b206a35132c1fc47e6b5198ad1fcdd829..a210a3f1ea949b42c56804102e8e9a8b6e8483e6 100644
--- a/cc/base/latency_info_swap_promise.h
+++ b/cc/base/latency_info_swap_promise.h
@@ -19,6 +19,8 @@ class CC_EXPORT LatencyInfoSwapPromise : public SwapPromise {
virtual void DidSwap(CompositorFrameMetadata* metadata) OVERRIDE;
virtual void DidNotSwap(DidNotSwapReason reason) OVERRIDE;
+ virtual int64 TraceId() const OVERRIDE;
+
private:
ui::LatencyInfo latency_;
};
« no previous file with comments | « no previous file | cc/base/latency_info_swap_promise.cc » ('j') | cc/base/swap_promise.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698