• kylechar's avatar
    Fix scoped_refptr construction from NULL · 938dc44b
    kylechar authored
    This is a precursor to adding a new scoped_refptr(std::nullptr_t)
    constructor. The implicit conversion from NULL to scoped_refptr<T>
    causes a compilation error with the new constructor. Replace NULL with
    nullptr in any files where this is a problem.
    
    This CL was uploaded by git cl split.
    
    R=liberato@chromium.org
    
    Bug: 1018887
    Change-Id: I589a654b9f76a8e066533ea789fdd9c6f7bb3c14
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885079
    Auto-Submit: kylechar <kylechar@chromium.org>
    Reviewed-by: default avatarFrank Liberato <liberato@chromium.org>
    Commit-Queue: kylechar <kylechar@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#710337}
    938dc44b
text_renderer.cc 8.99 KB