mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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:
committed by
Alexander Kalenik
parent
738cb24691
commit
20fbd38b77
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user