Browse Source

LibWeb: Remove bogus forward declaration for Web::StackingContext

The real class is Web::Layout::StackingContext.
Andreas Kling 3 năm trước cách đây
mục cha
commit
a38aefed0b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {