mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Remove unused clip_rect from display list recorder state
This commit is contained in:
committed by
Andreas Kling
parent
35d0d11e65
commit
1892cac80b
@@ -160,7 +160,6 @@ public:
|
||||
private:
|
||||
struct State {
|
||||
Gfx::AffineTransform translation;
|
||||
Optional<Gfx::IntRect> clip_rect;
|
||||
Optional<i32> scroll_frame_id;
|
||||
};
|
||||
State& state() { return m_state_stack.last(); }
|
||||
|
||||
Reference in New Issue
Block a user