LibWeb: Move editing stuff into EditEventHandler.

This commit is contained in:
asynts 2020-12-01 23:35:47 +01:00 committed by Andreas Kling
commit bbcc5a9332
Notes: sideshowbarker 2024-07-19 00:57:24 +09:00
11 changed files with 161 additions and 22 deletions

View file

@ -167,6 +167,7 @@ class ReplacedBox;
namespace Web {
class EventHandler;
class EditEventHandler;
class Frame;
class FrameLoader;
class InProcessWebView;