Fix for Multipage selection by dragging mouse in OOP case in PDF.

Code was not present for handling drag by mouse.
Now we are passing message when their is selection happening and based on mousemove event handler we are scrolling page when mouse points are outside the viewport.
When we move mouse outside the viewport and does not move then mousemove events will not come then we are scrolling based on timer.

BUG=446831

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

Cr-Commit-Position: refs/heads/master@{#316204}
10 files changed