• Mike Klein's avatar
    replace a SK_MaxSizeT with SIZE_MAX · f1ee29e8
    Mike Klein authored
    We're looking to remove the Skia-specific SK_MaxSizeT and replace it
    with its standard exact equivalent, SIZE_MAX.  Landing this here first
    will make this transition a little smoother.
    
    (For what it's worth, there's nothing at all wrong with the way this
    code is written today... it's using public Skia types and checking the
    documented error condition perfectly.  We just want to slightly tweak
    those docs to say SIZE_MAX instead of Sk_MaxSizeT.)
    
    Change-Id: Ieaffdedb8c33f1226cef4990cf0e2ce68eb7d294
    Reviewed-on: https://chromium-review.googlesource.com/1101238Reviewed-by: default avatarRobert Kroeger <rjkroege@chromium.org>
    Commit-Queue: Mike Klein <mtklein@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#567342}
    f1ee29e8
wayland_cursor.cc 3.99 KB