• nyquist's avatar
    Remove DistilledPageInfo and related structs. · 3d9a2469
    nyquist authored
    The DistilledPageInfo and related structs are unnecessary, and it is possible
    to pass the DomDistillerResult proto around instead. Currently they contain the
    same data, and it is all just copied over.
    
    Removing this intermediate step simplifies the code and makes it easier to add
    more data to the DomDistillerResult proto and passing it through to
    DistilledPageProto.
    
    BUG=409274
    
    Review URL: https://codereview.chromium.org/493853006
    
    Cr-Commit-Position: refs/heads/master@{#293008}
    3d9a2469
distiller.cc 11.2 KB