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

Unified Diff: content/renderer/input/input_handler_proxy.h

Issue 764403002: Expand UMA coverage for compositor-handled events and fling FPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 years 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: content/renderer/input/input_handler_proxy.h
diff --git a/content/renderer/input/input_handler_proxy.h b/content/renderer/input/input_handler_proxy.h
index ab3b109a1699e26eec7bb6d5c747f82c3462703b..6e09e00f95ba5f5a0abb9a31ecffb892e5aa62b8 100644
--- a/content/renderer/input/input_handler_proxy.h
+++ b/content/renderer/input/input_handler_proxy.h
@@ -140,6 +140,8 @@ class CONTENT_EXPORT InputHandlerProxy
bool smooth_scroll_enabled_;
+ bool uma_latency_reporting_enabled_;
+
DISALLOW_COPY_AND_ASSIGN(InputHandlerProxy);
};

Powered by Google App Engine
This is Rietveld 408576698