LibWeb/WebGL: Alphabetize imports for WebGLRenderingContextBase IDL

This commit is contained in:
Andrew Kaster 2024-12-05 20:09:29 -07:00 committed by Alexander Kalenik
parent 7abc79ece7
commit 9c24bb3cee
Notes: github-actions[bot] 2024-12-06 14:36:53 +00:00

View file

@ -2,14 +2,14 @@
#import <WebGL/Types.idl>
#import <WebGL/WebGLActiveInfo.idl>
#import <WebGL/WebGLBuffer.idl>
#import <WebGL/WebGLFramebuffer.idl>
#import <WebGL/WebGLObject.idl>
#import <WebGL/WebGLProgram.idl>
#import <WebGL/WebGLRenderbuffer.idl>
#import <WebGL/WebGLShader.idl>
#import <WebGL/WebGLShaderPrecisionFormat.idl>
#import <WebGL/WebGLTexture.idl>
#import <WebGL/WebGLUniformLocation.idl>
#import <WebGL/WebGLRenderbuffer.idl>
#import <WebGL/WebGLFramebuffer.idl>
dictionary WebGLContextAttributes {
boolean alpha = true;