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

Unified Diff: ui/events/event.h

Issue 2825343002: Fix key repeat on linux. (Closed)
Patch Set: Fix nit Created 3 years, 8 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 | « no previous file | ui/events/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index b6ffd82d90252ebb8cb48a4888d98649247ff3fe..5a8b2defc5851396fdcd74008351b6c52b313bee 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -959,6 +959,9 @@ class EVENTS_EXPORT KeyEvent : public Event {
std::unique_ptr<Properties> properties_;
static KeyEvent* last_key_event_;
+#if defined(USE_X11)
+ static KeyEvent* last_ibus_key_event_;
+#endif
};
class EVENTS_EXPORT ScrollEvent : public MouseEvent {
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698