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