mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:57:44 +00:00
LibWeb: Move has_a_rendering_opportunity() to Navigable
This commit is contained in:
parent
a02d42dea2
commit
93e4a0de16
5 changed files with 24 additions and 14 deletions
|
@ -170,8 +170,6 @@ public:
|
|||
|
||||
void did_edit(Badge<EditEventHandler>);
|
||||
|
||||
bool has_a_rendering_opportunity() const;
|
||||
|
||||
JS::GCPtr<DOM::Node> currently_focused_area();
|
||||
|
||||
Vector<JS::NonnullGCPtr<SessionHistoryEntry>>& session_history() { return m_session_history; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue