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

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

Issue 828063007: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update extensions schema. Created 5 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/functionalkey.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js
index 498faff16fb8288193d997c9896abbe3784297bb..138e8600aa26f6b36113532a463b2ba642acea50 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js
@@ -129,8 +129,7 @@ FunctionalKey.prototype.createDom = function() {
/** @override */
-FunctionalKey.prototype.resize = function(width,
- height) {
+FunctionalKey.prototype.resize = function(width, height) {
goog.base(this, 'resize', width, height);
this.tableCell.style.width = this.availableWidth + 'px';
@@ -139,8 +138,7 @@ FunctionalKey.prototype.resize = function(width,
/** @override */
-FunctionalKey.prototype.setHighlighted = function(
- highlight) {
+FunctionalKey.prototype.setHighlighted = function(highlight) {
if (highlight) {
goog.dom.classlist.add(this.bgElem,
i18n.input.chrome.inputview.Css.SPECIAL_KEY_HIGHLIGHT);

Powered by Google App Engine
This is Rietveld 408576698