Selaa lähdekoodia

LibWeb: Remove bogus forward declaration for Web::StackingContext

The real class is Web::Layout::StackingContext.
Andreas Kling 3 vuotta sitten
vanhempi
commit
a38aefed0b
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 {