[webkit-changes] [WebKit/WebKit] b2fbc8: [WebGPU] Add typedef for performWithMediaPlayerOnM...
mwyrzykowski
noreply at github.com
Tue May 16 17:50:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b2fbc85d832e59fb727a59847173d2c4bb79f13c
https://github.com/WebKit/WebKit/commit/b2fbc85d832e59fb727a59847173d2c4bb79f13c
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteAdapter.cpp
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteAdapter.h
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteDevice.cpp
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteDevice.h
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteGPU.cpp
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteGPU.h
Log Message:
-----------
[WebGPU] Add typedef for performWithMediaPlayerOnMainThread
https://bugs.webkit.org/show_bug.cgi?id=256866
<radar://109429790>
Reviewed by Myles C. Maxfield.
Make this easier to read with a typedef.
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteAdapter.cpp:
(WebKit::RemoteAdapter::RemoteAdapter):
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteAdapter.h:
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteDevice.cpp:
(WebKit::RemoteDevice::RemoteDevice):
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteDevice.h:
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteGPU.cpp:
(WebKit::RemoteGPU::RemoteGPU):
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteGPU.h:
Canonical link: https://commits.webkit.org/264131@main
More information about the webkit-changes
mailing list