Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / remoting / client / plugin / normalizing_input_filter_cros.h
index 977c90c..9b726da 100644 (file)
@@ -48,6 +48,9 @@ class NormalizingInputFilterCros : public protocol::InputFilter {
   // Stores the code of the OSKey while it is pressed for use as a Modifier.
   uint32 modifying_key_;
 
+  // True if the left Alt key is pressed.
+  bool left_alt_is_pressed_;
+
   DISALLOW_COPY_AND_ASSIGN(NormalizingInputFilterCros);
 };