[webkit-changes] [WebKit/WebKit] 8f4527: RemoteGraphicsContextGLWin is just WC specific
Don Olmstead
noreply at github.com
Thu Sep 15 16:02:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8f452758357543ac1246e06d9367485d8e026093
https://github.com/WebKit/WebKit/commit/8f452758357543ac1246e06d9367485d8e026093
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.cpp
A Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLWC.cpp
R Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLWin.cpp
M Source/WebKit/PlatformWin.cmake
Log Message:
-----------
RemoteGraphicsContextGLWin is just WC specific
https://bugs.webkit.org/show_bug.cgi?id=245243
Reviewed by Fujii Hironori.
Nothing in `RemoteGraphicsContextGLWin` is specific to Windows. Rename
the file and make it WC specific.
Modify the checks in `RemoteGraphicsContextGL.cpp` to be
`USE(GRAPHICS_LAYER_WC)` instead of `PLATFORM(WIN)`.
* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.cpp:
* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLWC.cpp: Renamed from Source\WebKit\GPUProcess\graphics\RemoteGraphicsContextGLWin.cpp.
* Source/WebKit/PlatformWin.cmake:
Canonical link: https://commits.webkit.org/254537@main
More information about the webkit-changes
mailing list