• kylechar's avatar
    gpu: Cleanup callback types (part 4). · ed18a48c
    kylechar authored
    Remove usage of deprecated base::Bind, base::Callback, base::Closure,
    base::CancelableCallback and base::CancelableClosure types from
    content/gpu/*, content/browser/gpu* and chrome/gpu/*. Where possible
    convert to the corresponding once type. Otherwise replace with the
    repeating type which is equivalent to the deprecated type.
    
    Bug: 714018
    Change-Id: I8da148c51d9eb8b5d85a4a8f76b41f8a13ff295f
    Reviewed-on: https://chromium-review.googlesource.com/c/1456941Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
    Commit-Queue: kylechar <kylechar@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#629955}
    ed18a48c
shell_content_gpu_client.cc 928 Bytes