1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:07:34 +00:00

LibWeb: Move Frame.{cpp,h} into a new Frame/ directory

This commit is contained in:
Andreas Kling 2020-06-07 10:06:22 +02:00
parent 5e9d1b2165
commit 896db187e5
17 changed files with 18 additions and 17 deletions

View file

@ -48,7 +48,7 @@
#include <LibWeb/DOM/Element.h>
#include <LibWeb/DOMTreeModel.h>
#include <LibWeb/Dump.h>
#include <LibWeb/Frame.h>
#include <LibWeb/Frame/Frame.h>
#include <LibWeb/PageView.h>
#include <LibWeb/Layout/LayoutBlock.h>
#include <LibWeb/Layout/LayoutDocument.h>