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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.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/inputview/elements/content/softkey.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js
index 266c9b789033d3957cdc14b443cc641bb0fa49cf..5ae91173aa2adfdfbb34f7fa24e725f1706e331f 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js
@@ -14,8 +14,6 @@
goog.provide('i18n.input.chrome.inputview.elements.content.SoftKey');
goog.require('goog.dom.classlist');
-goog.require('goog.math.Coordinate');
-goog.require('goog.style');
goog.require('i18n.input.chrome.inputview.Css');
goog.require('i18n.input.chrome.inputview.elements.Element');
goog.require('i18n.input.chrome.inputview.util');
@@ -30,7 +28,7 @@ goog.scope(function() {
* The base soft key class.
*
* @param {string} id The id.
- * @param {!i18n.input.chrome.inputview.elements.ElementType} type The element
+ * @param {!i18n.input.chrome.ElementType} type The element
* type.
* @param {goog.events.EventTarget=} opt_eventTarget The event target.
* @constructor

Powered by Google App Engine
This is Rietveld 408576698