Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bfe5ce514044852459b0facd8a19761a53ab78a9
      
https://github.com/WebKit/WebKit/commit/bfe5ce514044852459b0facd8a19761a53ab78a9
  Author: Fujii Hironori <[email protected]>
  Date:   2026-09-10 (Thu, 10 Sep 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/skia/SkiaGPUAtlas.cpp

  Log Message:
  -----------
  [GTK][WPE] SkiaGPUAtlas::uploadImages() should destory `writeScope` before 
signaling `m_uploadCondition`
https://bugs.webkit.org/show_bug.cgi?id=323643

Reviewed by Nikolas Zimmermann.

The type of `writeScope` is MemoryMappedGPUBuffer::AccessScope. The dtor
~AccessScope() actually syncs the buffer. We should do that before signaling
the condition variable.

* Source/WebCore/platform/graphics/skia/SkiaGPUAtlas.cpp:
(WebCore::SkiaGPUAtlas::uploadImages):

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



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

Reply via email to