mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Move EditEventHandler's inclusion to EventHandler.cpp
We can get away with using the forward declaration of EditEventHandler in the header file (and avoid ~1k rebuilt files when EditEventHandler is modified). There will be an upcoming DragAndDropEventHandler class, so this patch just sets things up so that the edit and drag-and-drop event handlers are stored the same way in EventHandler.
This commit is contained in:
parent
4727ee0139
commit
b6c99c27af
Notes:
github-actions[bot]
2024-08-19 11:31:10 +00:00
Author: https://github.com/trflynn89
Commit: b6c99c27af
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
2 changed files with 1 additions and 3 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <LibWeb/HTML/HTMLMediaElement.h>
|
||||
#include <LibWeb/HTML/HTMLVideoElement.h>
|
||||
#include <LibWeb/Layout/Viewport.h>
|
||||
#include <LibWeb/Page/EditEventHandler.h>
|
||||
#include <LibWeb/Page/EventHandler.h>
|
||||
#include <LibWeb/Page/Page.h>
|
||||
#include <LibWeb/Painting/PaintableBox.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue