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

Unified Diff: components/exo/keyboard_delegate.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, 6 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 | « chrome/browser/ui/views/tabs/tab_unittest.cc ('k') | components/exo/keyboard_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/keyboard_delegate.h
diff --git a/components/exo/keyboard_delegate.h b/components/exo/keyboard_delegate.h
index e68d429ac509ca68aa17f44c30606e4927d986e8..1969067e6d09a62e31786e8e65e41e16c18dde7c 100644
--- a/components/exo/keyboard_delegate.h
+++ b/components/exo/keyboard_delegate.h
@@ -38,7 +38,7 @@ class KeyboardDelegate {
// Called when pkeyboard key state changed. |pressed| is true when |key|
// was pressed and false if it was released.
- virtual void OnKeyboardKey(base::TimeDelta time_stamp,
+ virtual void OnKeyboardKey(base::TimeTicks time_stamp,
ui::DomCode key,
bool pressed) = 0;
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_unittest.cc ('k') | components/exo/keyboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698