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

Unified Diff: cc/base/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 | « cc/base/latency_info_swap_promise_monitor.cc ('k') | cc/base/swap_promise_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/swap_promise.h
diff --git a/cc/base/swap_promise.h b/cc/base/swap_promise.h
index 36a5b130a50498ae33e56aab4bb97320246a7289..90c2b6e3e95d139c8f6911155509db9eed5b7d01 100644
--- a/cc/base/swap_promise.h
+++ b/cc/base/swap_promise.h
@@ -43,6 +43,8 @@ class CC_EXPORT SwapPromise {
virtual void DidSwap(CompositorFrameMetadata* metadata) = 0;
virtual void DidNotSwap(DidNotSwapReason reason) = 0;
+
+ virtual int64 TraceId() const = 0;
danakj 2014/07/09 16:58:19 Can you add a comment saying what this is for?
};
} // namespace cc
« no previous file with comments | « cc/base/latency_info_swap_promise_monitor.cc ('k') | cc/base/swap_promise_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698