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

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 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/third_party/closure_library/closure/goog/math/box.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js
index bae54e4a8400afc8f4726c1be8bf82014d36642e..63ebc0dc92a093d36c4b6bc611e84c84a4f40da3 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js
@@ -34,6 +34,7 @@ goog.require('goog.math.Coordinate');
* @param {number} right Right.
* @param {number} bottom Bottom.
* @param {number} left Left.
+ * @struct
* @constructor
*/
goog.math.Box = function(top, right, bottom, left) {

Powered by Google App Engine
This is Rietveld 408576698