Fix Views Textfield drag selection behavior past edges.
commit4ea2e706f097fc960dfa8863b672f44379c58846
authormsw <msw@chromium.org>
Thu, 9 Apr 2015 08:17:07 +0000 (9 01:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Apr 2015 08:17:31 +0000 (9 08:17 +0000)
tree9c93bc01e56d6d0c5b37c35dd7d6d381f9e1dfd6
parent0d7e8491d6ddccd009d124f02ab2be61067c632e
Fix Views Textfield drag selection behavior past edges.

Immediately select through the edge on external drags.
Fix minor OBO for external bounds checking.

BUG=415907
TEST=Quickly dragging outside the textfield immediately selects visible text.
R=pkasting@chromium.org

Review URL: https://codereview.chromium.org/1073523005

Cr-Commit-Position: refs/heads/master@{#324395}
ui/views/controls/textfield/textfield.cc