Merge two ProcessSurfaceOccludingDamage() into one function
ProcessSurfaceOccludingDamage was split into two functions and an internal function to support the new structure CompositorRenderPass and AggregatedRenderPass. In stead of calling ProcessSurfaceOccludingDamage() on a per surface basis, now we call this function in CopyQuadsToPass() so the destination AggregatedRenderPass is always available. With this change, we can merge these two functions into one. This is also aligned with the direction of future support for multiple overlays. Bug: 1117235 Change-Id: I05703e5fe44b0611f73ec6f588e6b11776fbe0cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393529Reviewed-by:weiliangc <weiliangc@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#806005}
Showing
This diff is collapsed.
Please register or sign in to comment