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

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

Issue 701603002: Update to google-input-tools version 1.0.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/canvasview.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js
index e4b8a84ec8e7410d05afae9fb2602bb3f7007917..df4d33c527ec03a15637e87461a5443fc6e18a14 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js
@@ -225,7 +225,7 @@ CanvasView.prototype.resize = function(width, height) {
this.networkErrorDiv_.style.top = this.privacyDiv_.style.top =
Math.round(height / 2 - 50) + 'px';
this.networkErrorDiv_.style.left = this.privacyDiv_.style.left =
- Math.round(width / 2 - 150) + 'px';
+ Math.round(width / 2 - 220) + 'px';
this.confirmBtn_.resize(100, 60);
this.canvas_.setSize(height, width);

Powered by Google App Engine
This is Rietveld 408576698