Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 66220f3eef27fed2755b034c2b3497b9a31ccee1
      
https://github.com/WebKit/WebKit/commit/66220f3eef27fed2755b034c2b3497b9a31ccee1
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2026-05-27 (Wed, 27 May 2026)

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

  Log Message:
  -----------
  [Skia] Make sure 
ImageBufferSkiaAcceleratedBackend::createNativeImageReference() is called from 
the right thread
https://bugs.webkit.org/show_bug.cgi?id=315642

Reviewed by Nikolas Zimmermann.

Now that we are properly transferring image buffers between threads,
it's no longer possible to call
ImageBufferSkiaAcceleratedBackend::createNativeImageReference() from the
wrong thread. Do not handle the case of being called for a different gr
context and add an assert to ensure it.

* Source/WebCore/platform/graphics/skia/ImageBufferSkiaAcceleratedBackend.cpp:
(WebCore::ImageBufferSkiaAcceleratedBackend::createNativeImageReference):

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



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

Reply via email to