1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:37:35 +00:00

LibWeb: Add WebGL::EventNames

This commit is contained in:
Kenneth Myhra 2023-04-09 12:54:00 +02:00 committed by Linus Groh
parent f9d50e6eca
commit fb96966f1e
4 changed files with 57 additions and 0 deletions

View file

@ -518,6 +518,7 @@ set(SOURCES
WebDriver/Response.cpp
WebDriver/Screenshot.cpp
WebDriver/TimeoutsConfiguration.cpp
WebGL/EventNames.cpp
WebGL/WebGLContextAttributes.cpp
WebGL/WebGLContextEvent.cpp
WebGL/WebGLRenderingContext.cpp