mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Factor out some class template methods into implementation files
Reduces the rebuild required for changes to the .cpp parts (or their includes)
This commit is contained in:
parent
2a68087dfc
commit
64f438857b
Notes:
github-actions[bot]
2025-10-27 14:52:38 +00:00
Author: https://github.com/Calme1709
Commit: 64f438857b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6576
Reviewed-by: https://github.com/AtkinsSJ ✅
8 changed files with 425 additions and 303 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include <LibWeb/HTML/OffscreenCanvasRenderingContext2D.h>
|
||||
#include <LibWeb/HTML/Scripting/TemporaryExecutionContext.h>
|
||||
#include <LibWeb/HTML/Window.h>
|
||||
#include <LibWeb/HTML/WorkerGlobalScope.h>
|
||||
#include <LibWeb/Platform/EventLoopPlugin.h>
|
||||
#include <LibWeb/WebGL/WebGL2RenderingContext.h>
|
||||
#include <LibWeb/WebGL/WebGLRenderingContext.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue