summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-03-10 23:13:37 +0100
committerAndreas Kling <kling@serenityos.org>2022-03-11 00:21:49 +0100
commitba606d90570f2a57cc094c19cf4fd35a43e22102 (patch)
treee8f657406e15c0ca46f956309ad1e6a75fcc2019 /Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h
parentf017c1c064e30399a569dde21051b377ab91528d (diff)
downloadserenity-ba606d90570f2a57cc094c19cf4fd35a43e22102.zip
LibWeb: Move PaintingBox to its own .cpp and .h files
Diffstat (limited to 'Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h')
-rw-r--r--Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h b/Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h
index 32fd33525d..559f0ff15c 100644
--- a/Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h
+++ b/Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.h
@@ -7,7 +7,7 @@
#pragma once
#include <LibWeb/Layout/FrameBox.h>
-#include <LibWeb/Painting/Paintable.h>
+#include <LibWeb/Painting/PaintableBox.h>
namespace Web::Painting {