• enne's avatar
    Fix scrollbar overflow with ScaleToEnclosingRectSafe · aa23d5d0
    enne authored
    ScaleToEnclosingRect DCHECKS that the scale that's being done won't
    overflow, however this can't be known because the scrollbar's
    internal scale is determined by page content.  Clamp these values
    safely instead of DCHECKing.
    
    R=danakj@chromium.org
    BUG=652604
    CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel
    
    Review-Url: https://codereview.chromium.org/2384063007
    Cr-Commit-Position: refs/heads/master@{#422987}
    aa23d5d0
painted_scrollbar_layer.cc 9.34 KB