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

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

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 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/inputview/elements/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/inputview/elements/elementtype.js
index c745e614d954839dc4d3e695f611164469034a19..4f29913e5e46f501ad583bf586c7f8d5ca2646c7 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js
@@ -79,6 +79,10 @@ i18n.input.chrome.inputview.elements.ElementType = {
SWIPE_VIEW: 56,
SELECT_VIEW: 57,
GESTURE_CANVAS_VIEW: 58,
- KEYBOARD_CONTAINER_VIEW: 59
+ KEYBOARD_CONTAINER_VIEW: 59,
+ DRAG: 60,
+ FLOATING_VIEW: 61,
+ RESIZE: 62,
+ GESTURE_PREVIEW_VIEW: 63
};

Powered by Google App Engine
This is Rietveld 408576698