summaryrefslogtreecommitdiffstats
path: root/ui/events/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/event.h')
-rw-r--r--ui/events/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/events/event.h b/ui/events/event.h
index 0b2a834..ded76c4 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -769,7 +769,7 @@ class EVENTS_EXPORT KeyEvent : public Event {
// The platform related keycode value. For XKB, it's keysym value.
// For now, this is used for CharacterComposer in ChromeOS.
- uint32 platform_keycode_;
+ mutable uint32 platform_keycode_;
// TODO(kpschoedel): refactor so that key_ and character_ are not mutable.
// This requires defining the KeyEvent completely at construction rather