• boliu's avatar
    Null check secondary_pointer_down_event_ · f701a983
    boliu authored
    There are some crash reports in android webview that suggests this
    pointer is null and used. In android webview, the app gets the touch
    events first, so can modify or drop events however they want. That may
    be the reason certain assumptions holds in chrome, but not in webview.
    
    Assuming that's the case, just add null checks before use.
    
    BUG=675772
    
    Review-Url: https://codereview.chromium.org/2595943003
    Cr-Commit-Position: refs/heads/master@{#440960}
    f701a983
gesture_detector.cc 20.7 KB