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

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/positioning/anchoredposition.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/positioning/anchoredposition.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/positioning/anchoredposition.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/positioning/anchoredposition.js
index d14d97b50fb8f5b8815993cd23ca5e46720262ea..7374860a8dbb4dc9479b03598139c66cbdc14ae2 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/positioning/anchoredposition.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/positioning/anchoredposition.js
@@ -15,11 +15,11 @@
/**
* @fileoverview Client positioning class.
*
+ * @author eae@google.com (Emil A Eklund)
*/
goog.provide('goog.positioning.AnchoredPosition');
-goog.require('goog.math.Box');
goog.require('goog.positioning');
goog.require('goog.positioning.AbstractPosition');

Powered by Google App Engine
This is Rietveld 408576698