mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Delete unused is_fixed_position from PushStackingContextParams
This commit is contained in:
parent
0e8d70d8c3
commit
8e3a42c54e
Notes:
github-actions[bot]
2025-07-27 08:21:35 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 8e3a42c54e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5609
Reviewed-by: https://github.com/gmta ✅
2 changed files with 0 additions and 2 deletions
|
@ -123,7 +123,6 @@ public:
|
|||
float opacity;
|
||||
Gfx::CompositingAndBlendingOperator compositing_and_blending_operator;
|
||||
bool isolate;
|
||||
bool is_fixed_position;
|
||||
StackingContextTransform transform;
|
||||
Optional<Gfx::Path> clip_path = {};
|
||||
};
|
||||
|
|
|
@ -323,7 +323,6 @@ void StackingContext::paint(PaintContext& context) const
|
|||
.opacity = opacity,
|
||||
.compositing_and_blending_operator = compositing_and_blending_operator,
|
||||
.isolate = paintable_box().computed_values().isolation() == CSS::Isolation::Isolate,
|
||||
.is_fixed_position = paintable_box().is_fixed_position(),
|
||||
.transform = {
|
||||
.origin = transform_origin.scaled(to_device_pixels_scale),
|
||||
.matrix = matrix_with_scaled_translation(transform_matrix, to_device_pixels_scale),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue