Chromium Code Reviews| 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); |