LibWeb: Remove MetalContext from TraversableNavigable

There's no need for TraversableNavigable to keep track of the
MetalContext; our SkiaBackendContext keeps a reference to it.
This commit is contained in:
Jelle Raaijmakers
2025-01-28 10:40:32 +01:00
committed by Alexander Kalenik
parent 738cb24691
commit 20fbd38b77
2 changed files with 4 additions and 8 deletions

View File

@@ -155,10 +155,6 @@ private:
String m_window_handle;
RefPtr<Gfx::SkiaBackendContext> m_skia_backend_context;
#ifdef AK_OS_MACOS
RefPtr<Gfx::MetalContext> m_metal_context;
#endif
};
struct BrowsingContextAndDocument {