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

Unified Diff: components/exo/keyboard_unittest.cc

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 | « components/exo/keyboard_delegate.h ('k') | components/exo/pointer_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/keyboard_unittest.cc
diff --git a/components/exo/keyboard_unittest.cc b/components/exo/keyboard_unittest.cc
index ab05be5ef62d6b0465dd68e78a641dd9fc68c1d7..62e255cfb0f3b0f522fbda9e0e37389dca74c4ac 100644
--- a/components/exo/keyboard_unittest.cc
+++ b/components/exo/keyboard_unittest.cc
@@ -31,7 +31,7 @@ class MockKeyboardDelegate : public KeyboardDelegate {
MOCK_METHOD2(OnKeyboardEnter,
void(Surface*, const std::vector<ui::DomCode>&));
MOCK_METHOD1(OnKeyboardLeave, void(Surface*));
- MOCK_METHOD3(OnKeyboardKey, void(base::TimeDelta, ui::DomCode, bool));
+ MOCK_METHOD3(OnKeyboardKey, void(base::TimeTicks, ui::DomCode, bool));
MOCK_METHOD1(OnKeyboardModifiers, void(int));
};
« no previous file with comments | « components/exo/keyboard_delegate.h ('k') | components/exo/pointer_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698