Bug 1752919: Make tiled images respect opacity applied as color. r=gw
commitfc7d14a59a4d96ede180252d2421c83a243ef12a
authorBrad Werth <bwerth@mozilla.com>
Wed, 25 May 2022 18:58:21 +0000 (25 18:58 +0000)
committerBrad Werth <bwerth@mozilla.com>
Wed, 25 May 2022 18:58:21 +0000 (25 18:58 +0000)
tree14590f16582d171a829e5752c4e154723cb96054
parent97087de3d8fa0e909478bfbf43dde9a76b56b6de
Bug 1752919: Make tiled images respect opacity applied as color. r=gw

This eliminates the need to determine when WebRender will apply opacity without a
filter, since it will now always apply opacity correctly for both tiled and untiled
images.

Differential Revision: https://phabricator.services.mozilla.com/D147102
gfx/wr/webrender/src/batch.rs
layout/painting/nsDisplayList.cpp