Bug 1675375 Part 2: Add a polygon clips to image masks. r=gw
commitfc138c46c123ab81990afa0cf6d81623e337677c
authorBrad Werth <bwerth@mozilla.com>
Wed, 14 Apr 2021 03:17:40 +0000 (14 03:17 +0000)
committerBrad Werth <bwerth@mozilla.com>
Wed, 14 Apr 2021 03:17:40 +0000 (14 03:17 +0000)
treec8ff40298c527c6957a9b8028b0b29f1c02c1837
parent8d29aa900ef7e214dd6da8b7c24aba2d22eb4ee6
Bug 1675375 Part 2: Add a polygon clips to image masks. r=gw

This patch augments the pushing of an image mask to allow a polygon clip
region to be attached to it.

Differential Revision: https://phabricator.services.mozilla.com/D105397
gfx/webrender_bindings/WebRenderAPI.cpp
gfx/webrender_bindings/WebRenderAPI.h
gfx/webrender_bindings/cbindgen.toml
gfx/webrender_bindings/src/bindings.rs
gfx/wr/examples/basic.rs
gfx/wr/webrender/src/picture.rs
gfx/wr/webrender_api/src/display_item.rs
gfx/wr/webrender_api/src/display_list.rs
gfx/wr/wrench/src/yaml_frame_reader.rs
layout/painting/nsDisplayList.cpp