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

Unified Diff: third_party/google_input_tools/src/chrome/os/elementtype.js

Issue 1576613002: Update Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing APIs, remove bade dependencies. Created 4 years, 11 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
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
};
« no previous file with comments | « third_party/google_input_tools/src/chrome/os/datasource.js ('k') | third_party/google_input_tools/src/chrome/os/env.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698