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

Unified Diff: media/base/keyboard_event_counter.h

Issue 2577573002: Removes mouse listeners from UserInputMonitor. (Closed)
Patch Set: Lint. Created 3 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
Index: media/base/keyboard_event_counter.h
diff --git a/media/base/keyboard_event_counter.h b/media/base/keyboard_event_counter.h
index 0f2e2d3904d6f8fb53236c6dbc86ce9bcf089763..bd439527c9bee0cde96897465157a77c296c4869 100644
--- a/media/base/keyboard_event_counter.h
+++ b/media/base/keyboard_event_counter.h
@@ -36,7 +36,7 @@ class MEDIA_EXPORT KeyboardEventCounter {
// The client should call this method on key down or key up events.
// Must be called on a single thread.
- void OnKeyboardEvent(ui::EventType event, ui::KeyboardCode key_code);
+ void OnKeyboardEvent(bool down, ui::KeyboardCode key_code);
private:
// The set of keys currently held down.

Powered by Google App Engine
This is Rietveld 408576698