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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/elements/element.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/element.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js
index 48e7f8ba9bf325e65273e8175d70d6cd2bc20785..6060997622ad59d229984552472be2f57ef0b2a3 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js
@@ -29,7 +29,7 @@ goog.scope(function() {
* The abstract class for element in input view keyboard.
*
* @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
@@ -50,7 +50,7 @@ i18n.input.chrome.inputview.elements.Element = function(id, type,
/**
* The type of the element.
*
- * @type {!i18n.input.chrome.inputview.elements.ElementType}
+ * @type {!i18n.input.chrome.ElementType}
*/
this.type = type;

Powered by Google App Engine
This is Rietveld 408576698