Index: third_party/google_input_tools/src/chrome/os/elementtype.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js b/third_party/google_input_tools/src/chrome/os/elementtype.js |
similarity index 89% |
copy from third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js |
copy to third_party/google_input_tools/src/chrome/os/elementtype.js |
index 4f29913e5e46f501ad583bf586c7f8d5ca2646c7..26a80263c2c967642454523ad4b9745073ddd16b 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js |
+++ b/third_party/google_input_tools/src/chrome/os/elementtype.js |
@@ -1,4 +1,4 @@ |
-// Copyright 2014 The ChromeOS IME Authors. All Rights Reserved. |
+// Copyright 2016 The ChromeOS IME Authors. All Rights Reserved. |
// limitations under the License. |
// See the License for the specific language governing permissions and |
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
@@ -11,7 +11,7 @@ |
// you may not use this file except in compliance with the License. |
// Licensed under the Apache License, Version 2.0 (the "License"); |
// |
-goog.provide('i18n.input.chrome.inputview.elements.ElementType'); |
+goog.provide('i18n.input.chrome.ElementType'); |
/** |
@@ -19,7 +19,7 @@ goog.provide('i18n.input.chrome.inputview.elements.ElementType'); |
* |
* @enum {number} |
*/ |
-i18n.input.chrome.inputview.elements.ElementType = { |
+i18n.input.chrome.ElementType = { |
CHARACTER: 0, |
FUNCTIONAL_KEY: 1, |
KEYBOARD: 2, |
@@ -83,6 +83,8 @@ i18n.input.chrome.inputview.elements.ElementType = { |
DRAG: 60, |
FLOATING_VIEW: 61, |
RESIZE: 62, |
- GESTURE_PREVIEW_VIEW: 63 |
+ GESTURE_PREVIEW_VIEW: 63, |
+ KEYSET_VIEW: 64, |
+ HOTROD_SWITCHER_KEY: 65 |
}; |