RESOLVED FIXED 192254
[WebGPU] WebGPUQueue::submit and WebGPURenderingContext::present() implementation
https://bugs.webkit.org/show_bug.cgi?id=192254
Summary [WebGPU] WebGPUQueue::submit and WebGPURenderingContext::present() implementa...
Justin Fan
Reported 2018-11-30 14:16:37 PST
[WebGPU] WebGPUQueue::submit and WebGPURenderingContext::present() implementation
Attachments
Patch (13.93 KB, patch)
2018-11-30 14:26 PST, Justin Fan
no flags
Patch for landing (13.94 KB, patch)
2018-11-30 15:33 PST, Justin Fan
no flags
Justin Fan
Comment 1 2018-11-30 14:26:19 PST
Radar WebKit Bug Importer
Comment 2 2018-11-30 14:27:05 PST
Dean Jackson
Comment 3 2018-11-30 14:52:47 PST
Comment on attachment 356238 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356238&action=review > Source/WebCore/ChangeLog:17 > + (WebCore::GPUSwapChain::metalLayer const): Renamed from platformLayer. As we discussed, we don't need this function. > Source/WebCore/platform/graphics/gpu/GPUSwapChain.h:57 > + CALayer *platformLayer() const; We decided to: using PlatformLayer = CALayer; which will later be wrapped in platform #ifs.
Justin Fan
Comment 4 2018-11-30 15:33:13 PST
Created attachment 356248 [details] Patch for landing
WebKit Commit Bot
Comment 5 2018-11-30 16:11:58 PST
Comment on attachment 356248 [details] Patch for landing Clearing flags on attachment: 356248 Committed r238760: <https://trac.webkit.org/changeset/238760>
WebKit Commit Bot
Comment 6 2018-11-30 16:12:00 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.