commit | 0e94f26e8f22e96fda6ade9ccb35380906ee77ab | [log] [tgz] |
---|---|---|
author | bsep <bsep@chromium.org> | Fri Jul 01 02:36:42 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 01 02:39:12 2016 |
tree | 70e18c12c35751c41d3291fdf9ae2afb731d70eb | |
parent | 1717bcb71c4e34c4dbef814afbca83e21049dba7 [diff] |
Fix date picker datalist suggestion dropdown size with use-zoom-for-dsf. When a date picker has a suggestion list it's supposed to be the same width as the input element. With use-zoom-for-dsf on I discovered that it was too wide because the width that was being passed in was using "root frame" coords that were not scaled correctly. BUG=621221 Review-Url: https://codereview.chromium.org/2095113002 Cr-Commit-Position: refs/heads/master@{#403394}