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

Unified Diff: ui/views/controls/textfield/textfield.h

Issue 1975533002: Change ui::Event::time_stamp from TimeDelta to TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gesture recognizer tests Created 4 years, 7 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: ui/views/controls/textfield/textfield.h
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
index 738dec2982f2c0d8bece4aa414b04e3f767f76f8..f8624930d396b8b6b92642ade4fc620f046f5aa1 100644
--- a/ui/views/controls/textfield/textfield.h
+++ b/ui/views/controls/textfield/textfield.h
@@ -466,7 +466,7 @@ class VIEWS_EXPORT Textfield : public View,
// State variables used to track double and triple clicks.
size_t aggregated_clicks_;
- base::TimeDelta last_click_time_;
+ base::TimeTicks last_click_time_;
gfx::Point last_click_location_;
gfx::Range double_click_word_;

Powered by Google App Engine
This is Rietveld 408576698