mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
LibWeb: Use optimized invalidation for focus-related pseudo classes
This commit is contained in:
parent
e1777f6e79
commit
414e0cc930
Notes:
github-actions[bot]
2025-04-17 17:47:16 +00:00
Author: https://github.com/awesomekling
Commit: 414e0cc930
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4388
2 changed files with 27 additions and 5 deletions
|
@ -428,7 +428,7 @@ public:
|
|||
Element* focused_element() { return m_focused_element.ptr(); }
|
||||
Element const* focused_element() const { return m_focused_element.ptr(); }
|
||||
|
||||
void set_focused_element(Element*);
|
||||
void set_focused_element(GC::Ptr<Element>);
|
||||
|
||||
Element const* active_element() const { return m_active_element.ptr(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue