Rename VisualViewport properties to match updated spec

This patch changes names in the API to match the updates to the spec
since the initial implementation. Specifically:

window.visualViewport -> window.view
scrollLeft -> offsetLeft
scrollTop -> offsetTop
pageX -> pageLeft
pageY -> pageTop
clientWidth -> width
clientHeight -> height

Spec: https://wicg.github.io/ViewportAPI/spec.html

BUG=595826

Review-Url: https://codereview.chromium.org/2901203002
Cr-Commit-Position: refs/heads/master@{#474484}
28 files changed