| 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);
|
|
|