1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

LibWeb: Move ImageDecoder client connection singleton to its own file

This will allow us to use it in more places around LibWeb.
This commit is contained in:
Andreas Kling 2021-11-20 10:46:27 +01:00
parent b224efe73b
commit e017fe92e6
4 changed files with 40 additions and 13 deletions

View file

@ -195,6 +195,7 @@ set(SOURCES
HTML/TagNames.cpp
HTML/WebSocket.cpp
HighResolutionTime/Performance.cpp
ImageDecoding.cpp
InProcessWebView.cpp
IntersectionObserver/IntersectionObserver.cpp
Layout/BlockContainer.cpp