Paint local background colors onto foreground layer.
This patch adds support for drawing backgrounds into the scrolling content
layer. This allows us to render text with sub-pixel anti-aliasing when an
opaque background color is used meaning that we can now promote in these
cases, and correctly supports content-box clips on locally attached
backgrounds (see overflow-scroll-with-local-background.html test).
BUG=
381840
TEST=compositing/overflow/overflow-scroll-with-local-background.html,compositing/overflow/overflow-scroll-with-transparent-background.html,compositing/overflow/overflow-scroll-with-opaque-background.html
Committed:
https://crrev.com/9a2cdc8d96d94c736eb5547a7c8c541e58e5759f
Cr-Commit-Position: refs/heads/master@{#410797}