mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +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:
parent
738cb24691
commit
20fbd38b77
Notes:
github-actions[bot]
2025-01-31 12:29:46 +00:00
Author: https://github.com/gmta
Commit: 20fbd38b77
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3400
Reviewed-by: https://github.com/kalenikaliaksandr
2 changed files with 4 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue