blink: Make WebMainThreadScrollingReason wrap the cc enum.

This moves the WebMainThreadScrollingReason from public/platform/ to
platform/scroll/, as it is no longer used in the WebLayer API
explicitly, and renames it to just MainThreadScrollingReason. We change
the type to be an alias for the cc type instead of maintaining static
asserts that they match.

Depends on: https://codereview.chromium.org/1604053002/
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

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

Cr-Commit-Position: refs/heads/master@{#371151}
12 files changed