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

Unified Diff: ui/base/events/event.h

Issue 11591006: Track input latency with UMA stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added per event type histograms Created 7 years, 11 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 | « ui/aura/window_unittest.cc ('k') | ui/base/events/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event.h
diff --git a/ui/base/events/event.h b/ui/base/events/event.h
index 99b2eecc5a99e2d9f72dae63fae98b586988e079..a5d2887152b34c8b1a6e22344897842835cd691d 100644
--- a/ui/base/events/event.h
+++ b/ui/base/events/event.h
@@ -195,7 +195,6 @@ class UI_EXPORT Event {
delete_native_event_ = delete_native_event;
}
void set_cancelable(bool cancelable) { cancelable_ = cancelable; }
- void set_time_stamp(base::TimeDelta time_stamp) { time_stamp_ = time_stamp; }
void set_dispatch_to_hidden_targets(bool dispatch_to_hidden_targets) {
dispatch_to_hidden_targets_ = dispatch_to_hidden_targets;
}
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/base/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698