LibWeb+WebContent: Delete unused "has focus" flag from paint config

This commit is contained in:
Aliaksandr Kalenik 2025-06-28 04:59:19 +02:00 committed by Jelle Raaijmakers
commit b73525ba0e
Notes: github-actions[bot] 2025-07-04 14:14:20 +00:00
7 changed files with 0 additions and 11 deletions

View file

@ -6494,7 +6494,6 @@ RefPtr<Painting::DisplayList> Document::record_display_list(PaintConfig config)
context.set_device_viewport_rect(viewport_rect);
context.set_should_show_line_box_borders(config.should_show_line_box_borders);
context.set_should_paint_overlay(config.paint_overlay);
context.set_has_focus(config.has_focus);
update_paint_and_hit_testing_properties_if_needed();