• vmpstr's avatar
    cc: Change tile manager to have a raw ptr for the task runner. · a23ee26f
    vmpstr authored
    This patch changes |task_runner_| member in tile manager to be a raw
    pointer instead of a scoped_refptr. All the codepaths seem to guarantee
    that the task runner outlives tile manager, so there is no need to
    create a scoped_refptr a raw pointer at tile manager creation time.
    
    R=ericrk, reveman
    CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
    
    Review-Url: https://codereview.chromium.org/2026663005
    Cr-Commit-Position: refs/heads/master@{#397241}
    a23ee26f
fake_tile_manager.cc 2.22 KB