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

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: Rebase 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 ef815abf46b4cade36e17c50aeb3f77c345081b2..9de77693d5ec91fcc3f4ad0e1ed7e483abea9783 100644
--- a/ui/views/controls/textfield/textfield.h
+++ b/ui/views/controls/textfield/textfield.h
@@ -462,7 +462,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