Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d809ea9d15d166f5c3e7c7243a7e18cdefbb2c36
      
https://github.com/WebKit/WebKit/commit/d809ea9d15d166f5c3e7c7243a7e18cdefbb2c36
  Author: Ruthvik Konda <[email protected]>
  Date:   2026-04-15 (Wed, 15 Apr 2026)

  Changed paths:
    M 
Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteCompositorIntegrationProxy.cpp
    M 
Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemotePresentationContextProxy.cpp

  Log Message:
  -----------
  Use protect() instead of RefPtr { } in 
Source/WebKit/WebProcess/GPU/graphics/WebGPU
https://bugs.webkit.org/show_bug.cgi?id=312243
rdar://174720966

Reviewed by Mike Wyrzykowski.

Mechanical migration from RefPtr { expr } to protect(expr) in WebKit's
WebProcess-side WebGPU IPC proxy layer, aligning with the codebase-wide
transition away from brace-initialized smart pointer temporaries.

No new tests needed (no behavioral change, style-only refactor).

* 
Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteCompositorIntegrationProxy.cpp:
(WebKit::WebGPU::RemoteCompositorIntegrationProxy::prepareForDisplay):
* 
Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemotePresentationContextProxy.cpp:
(WebKit::WebGPU::RemotePresentationContextProxy::getCurrentTexture):

Canonical link: https://commits.webkit.org/311289@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to