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

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

Issue 899673003: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/layout/extendedlayout.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/extendedlayout.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/extendedlayout.js
index f13da3756118054b33d569cb8c571509a3b41c9e..b8aeac356d3de44ce877343bd359dc3998c52ace 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/extendedlayout.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/extendedlayout.js
@@ -143,7 +143,7 @@ ExtendedLayout.prototype.calculate_ = function() {
if (this.heightInWeight_ < child.getHeightInWeight()) {
this.heightInWeight_ = child.getHeightInWeight();
}
- this.widthInWeight_ += child.getWidthInWeight();
+ this.widthInWeight_ = child.getWidthInWeight();
}
};

Powered by Google App Engine
This is Rietveld 408576698