mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update to handle WebRender API changes
Items now only take a clipping rectangle instead of a LocalClip.
This commit is contained in:
parent
7e74a10274
commit
41cc348fc5
4 changed files with 36 additions and 35 deletions
|
@ -758,8 +758,6 @@ malloc_size_of_is_0!(webrender_api::ImageRendering);
|
|||
#[cfg(feature = "webrender_api")]
|
||||
malloc_size_of_is_0!(webrender_api::LineStyle);
|
||||
#[cfg(feature = "webrender_api")]
|
||||
malloc_size_of_is_0!(webrender_api::LocalClip);
|
||||
#[cfg(feature = "webrender_api")]
|
||||
malloc_size_of_is_0!(webrender_api::MixBlendMode);
|
||||
#[cfg(feature = "webrender_api")]
|
||||
malloc_size_of_is_0!(webrender_api::NormalBorder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue