Don't reset touch-action zoom state at scrollers

This ensures that when a page disables double-tap zoom (eg. via
touch-action: manipulation) and hence the click delay, it stays
disabled even when tapping inside a scroller or iframe.

See https://github.com/w3c/pointerevents/issues/19 for details.

Also removes 'toCoreFrame' declaration which has no implementation
anywhere.  I needed this from my test but discovered the common
pattern was to just invoke the toImplBase method directly.

BUG=529295

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

Cr-Commit-Position: refs/heads/master@{#363310}
6 files changed