• Kevin McNee's avatar
    Have a guest view's embedder handle control wheel zoom changes · 031f9b9b
    Kevin McNee authored
    Currently, a guest view responds to control wheel zoom changes by
    zooming the embedder. However, the embedder itself may not respond
    to control wheel zoom changes. So a user could zoom an otherwise
    non-zoomable embedder by control wheel zooming inside a guest.
    
    We now have the guest view inform the embedder that a control wheel
    zoom change has occurred so that the embedder can decide how to handle
    it.
    
    Bug: 874189
    Change-Id: Icd49a2590e502bb60b7e3d6d372de3a133e2277f
    Reviewed-on: https://chromium-review.googlesource.com/1175006Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
    Commit-Queue: Kevin McNee <mcnee@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#583031}
    031f9b9b
guest_view_base.cc 30.5 KB