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

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.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/coordinate.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js
index bfd1d0c02a21b14b43b414beed7374fbc91055ba..798d3851acd152f9a2e22612a2a4cffffde64d08 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js
@@ -27,6 +27,7 @@ goog.require('goog.math');
* Class for representing coordinates and positions.
* @param {number=} opt_x Left, defaults to 0.
* @param {number=} opt_y Top, defaults to 0.
+ * @struct
* @constructor
*/
goog.math.Coordinate = function(opt_x, opt_y) {

Powered by Google App Engine
This is Rietveld 408576698