浏览代码

LibWeb: Remove bogus forward declaration for Web::StackingContext

The real class is Web::Layout::StackingContext.
Andreas Kling 3 年之前
父节点
当前提交
a38aefed0b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Libraries/LibWeb/Forward.h

+ 0 - 1
Userland/Libraries/LibWeb/Forward.h

@@ -195,7 +195,6 @@ class PageClient;
 class PaintContext;
 class Resource;
 class ResourceLoader;
-class StackingContext;
 }
 
 namespace Web::XHR {