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

Unified Diff: Source/web/resources/pickerCommon.js

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: Source/web/resources/pickerCommon.js
diff --git a/Source/web/resources/pickerCommon.js b/Source/web/resources/pickerCommon.js
index eb7c61f803314d824fac395b809c502e5c847186..1cafe124d437e3f32f6dafa200ae5b4c1e1226d9 100644
--- a/Source/web/resources/pickerCommon.js
+++ b/Source/web/resources/pickerCommon.js
@@ -116,7 +116,6 @@ function adjustWindowRect(width, height, minWidth, minHeight) {
var anchorRect = new Rectangle(global.params.anchorRectInScreen);
var availRect = new Rectangle(window.screen.availLeft, window.screen.availTop, window.screen.availWidth, window.screen.availHeight);
-
tkent 2014/12/17 01:06:21 unnecessary change
keishi 2014/12/22 05:03:54 Done.
_adjustWindowRectVertically(windowRect, availRect, anchorRect, minHeight);
_adjustWindowRectHorizontally(windowRect, availRect, anchorRect, minWidth);

Powered by Google App Engine
This is Rietveld 408576698