mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Remove unused clip_rect from display list recorder state
This commit is contained in:
parent
35d0d11e65
commit
1892cac80b
Notes:
github-actions[bot]
2024-10-11 15:28:01 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 1892cac80b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1728
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ public:
|
||||||
private:
|
private:
|
||||||
struct State {
|
struct State {
|
||||||
Gfx::AffineTransform translation;
|
Gfx::AffineTransform translation;
|
||||||
Optional<Gfx::IntRect> clip_rect;
|
|
||||||
Optional<i32> scroll_frame_id;
|
Optional<i32> scroll_frame_id;
|
||||||
};
|
};
|
||||||
State& state() { return m_state_stack.last(); }
|
State& state() { return m_state_stack.last(); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue