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
commit 20fbd38b77
Notes: github-actions[bot] 2025-01-31 12:29:46 +00:00
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 {