mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibWeb: Include or declare missing definitions for PseudoElement.h
clangd was loudly complaining about this file.
This commit is contained in:
parent
b56d4e9bab
commit
15657ec4c3
|
|
@ -6,10 +6,12 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <LibGC/CellAllocator.h>
|
||||
#include <LibJS/Heap/Cell.h>
|
||||
#include <LibWeb/CSS/StyleProperty.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <LibWeb/PixelUnits.h>
|
||||
#include <LibWeb/TreeNode.h>
|
||||
|
||||
namespace Web::DOM {
|
||||
|
|
|
|||
|
|
@ -192,6 +192,7 @@ class BasicShapeStyleValue;
|
|||
class BorderImageSliceStyleValue;
|
||||
class BorderRadiusStyleValue;
|
||||
class CalculatedStyleValue;
|
||||
class CascadedProperties;
|
||||
class Clip;
|
||||
class ColorMixStyleValue;
|
||||
class ColorSchemeStyleValue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user