mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibWeb: Delete schedule_style_update()
and schedule_layout_update()
Both functions schedule HTML event loop processing but that's unnecessary, because we schedule a rendering task that checks if style/layout needs an update 60/s anyway.
This commit is contained in:
parent
93f957051a
commit
9b9acf0bd5
Notes:
github-actions[bot]
2025-07-15 14:58:43 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 9b9acf0bd5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5458
Reviewed-by: https://github.com/gmta ✅
3 changed files with 0 additions and 30 deletions
|
@ -349,9 +349,6 @@ public:
|
|||
Painting::ViewportPaintable const* paintable() const;
|
||||
Painting::ViewportPaintable* paintable();
|
||||
|
||||
void schedule_style_update();
|
||||
void schedule_layout_update();
|
||||
|
||||
GC::Ref<NodeList> get_elements_by_name(FlyString const&);
|
||||
|
||||
GC::Ref<HTMLCollection> applets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue