Index: ash/sticky_keys/sticky_keys_controller.h |
diff --git a/ash/sticky_keys/sticky_keys_controller.h b/ash/sticky_keys/sticky_keys_controller.h |
index bb757702d1ddcd9f1e277b47720bed6e660e0c5f..018d4f5c8a494c72049b89c0ca134706c2b98bf9 100644 |
--- a/ash/sticky_keys/sticky_keys_controller.h |
+++ b/ash/sticky_keys/sticky_keys_controller.h |
@@ -95,6 +95,7 @@ class ASH_EXPORT StickyKeysController : public ui::EventHandler { |
// Sticky key handlers. |
scoped_ptr<StickyKeysHandler> shift_sticky_key_; |
scoped_ptr<StickyKeysHandler> alt_sticky_key_; |
+ scoped_ptr<StickyKeysHandler> altgr_sticky_key_; |
scoped_ptr<StickyKeysHandler> ctrl_sticky_key_; |
scoped_ptr<StickyKeysOverlay> overlay_; |