• jungjik.lee's avatar
    cc: Resource list for headup display · 695d3e36
    jungjik.lee authored
    Current HeadUpDisplayLayerImpl allocates one resource
    and reuse it continuously. This patch is trying to
    allocate two resources and swap one of them
    which is available.
    so HeadUpDisplayLayerImpl does not need free the resource
    while the layer is alive.
    
    Bug=None
    
    Review URL: https://codereview.chromium.org/491783003
    
    Cr-Commit-Position: refs/heads/master@{#292690}
    695d3e36
heads_up_display_layer_impl.cc 27.5 KB