<webview>: Fix Crash if Attempt to Ctrl+MouseWheel in Chrome Apps
commitaf3aed762bbec7018df65334fc878129461935b1
authorfsamuel <fsamuel@chromium.org>
Fri, 16 Jan 2015 14:39:04 +0000 (16 06:39 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 16 Jan 2015 14:40:13 +0000 (16 14:40 +0000)
tree52f25ca418d9dba46d6c4a52cf6a8005b8fa7bee
parente10a825e60bf64c494acc37ebf66868309d86062
<webview>: Fix Crash if Attempt to Ctrl+MouseWheel in Chrome Apps

Chrome App windows don't have a ZoomController so we should exit early.

BUG=447943

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

Cr-Commit-Position: refs/heads/master@{#311893}
components/ui/zoom/page_zoom.cc