mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Add "focused frame" concept, one focused Frame per Page
Focus currently only moves when doing a mousedown in a frame.
This commit is contained in:
@@ -130,6 +130,7 @@ class ImageData;
|
||||
}
|
||||
|
||||
namespace Web {
|
||||
class EventHandler;
|
||||
class Frame;
|
||||
class LayoutBlock;
|
||||
class LayoutDocument;
|
||||
|
||||
Reference in New Issue
Block a user