diff options
author | Andreas Kling <kling@serenityos.org> | 2020-07-28 18:20:36 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-28 18:55:48 +0200 |
commit | c46439f24063a5531f1f7562cf6d733cdbabdb51 (patch) | |
tree | 859ce620cbb59fd0d18700a524631dcbe6dd9eea /Libraries/LibWeb/Layout/LayoutImage.h | |
parent | ebd2e7d9f569d284effeeb53a5589318391617b8 (diff) | |
download | serenity-c46439f24063a5531f1f7562cf6d733cdbabdb51.zip |
LibWeb: Move HTML classes into the Web::HTML namespace
Diffstat (limited to 'Libraries/LibWeb/Layout/LayoutImage.h')
-rw-r--r-- | Libraries/LibWeb/Layout/LayoutImage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Libraries/LibWeb/Layout/LayoutImage.h b/Libraries/LibWeb/Layout/LayoutImage.h index b2001a26b1..d953f257c8 100644 --- a/Libraries/LibWeb/Layout/LayoutImage.h +++ b/Libraries/LibWeb/Layout/LayoutImage.h @@ -31,8 +31,6 @@ namespace Web { -class HTMLImageElement; - class LayoutImage : public LayoutReplaced { public: LayoutImage(DOM::Document&, const DOM::Element&, NonnullRefPtr<CSS::StyleProperties>, const ImageLoader&); |