We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d0d11 commit 1892cacCopy full SHA for 1892cac
Userland/Libraries/LibWeb/Painting/DisplayListRecorder.h
@@ -160,7 +160,6 @@ class DisplayListRecorder {
160
private:
161
struct State {
162
Gfx::AffineTransform translation;
163
- Optional<Gfx::IntRect> clip_rect;
164
Optional<i32> scroll_frame_id;
165
};
166
State& state() { return m_state_stack.last(); }
0 commit comments