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

Unified Diff: cc/base/latency_info_swap_promise_monitor.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
Index: cc/base/latency_info_swap_promise_monitor.h
diff --git a/cc/base/latency_info_swap_promise_monitor.h b/cc/base/latency_info_swap_promise_monitor.h
index a463fdbeeff486f47524c65cddf91363b31d8493..1a114fb07a7375a1b0228b386b6b8836ced2b5fc 100644
--- a/cc/base/latency_info_swap_promise_monitor.h
+++ b/cc/base/latency_info_swap_promise_monitor.h
@@ -26,6 +26,7 @@ class CC_EXPORT LatencyInfoSwapPromiseMonitor : public SwapPromiseMonitor {
virtual void OnSetNeedsCommitOnMain() OVERRIDE;
virtual void OnSetNeedsRedrawOnImpl() OVERRIDE;
+ virtual void OnForwardScrollUpdateToMainThreadOnImpl() OVERRIDE;
private:
ui::LatencyInfo* latency_;

Powered by Google App Engine
This is Rietveld 408576698