Remove pinch zoom handling from the browser process
commit4907e06114a13ef908846f43b8332938c2d5f47f
authorccameron <ccameron@chromium.org>
Fri, 6 Feb 2015 00:39:19 +0000 (5 16:39 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 00:40:18 +0000 (6 00:40 +0000)
tree3a9e9a83f7eb0b407bddff19376aadec8eff589e
parent0d9194365f50890b7ac586c6e8ce3863c97c4027
Remove pinch zoom handling from the browser process

Pinch zoom is done by the renderer process now. Note that this leaves
the PreHandleGestureEvent in place, as most if not all instances of it
preventing gesture events are still desirable with the new pinch zoom
behavior.

BUG=451559

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

Cr-Commit-Position: refs/heads/master@{#314925}
content/browser/renderer_host/render_widget_host_delegate.cc
content/browser/renderer_host/render_widget_host_delegate.h
content/browser/renderer_host/render_widget_host_impl.cc
content/browser/web_contents/web_contents_impl.cc
content/browser/web_contents/web_contents_impl.h
content/browser/web_contents/web_contents_impl_unittest.cc