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

  Changed paths:
    M Source/WebCore/page/scrolling/coordinated/ScrollerCoordinated.cpp

  Log Message:
  -----------
  [GTK][WPE] ASSERTION FAILED: GLContextWrapper::currentContext() in 
WebCore::BitmapTexturePool::acquireTexture()
https://bugs.webkit.org/show_bug.cgi?id=311789

Reviewed by Carlos Garcia Campos.

An assertion failed in WebCore::BitmapTexturePool::acquireTexture() since there
was no current GL context in the scrolling thread.

Make the GL context current before calling BitmapTexturePool::acquireTexture().

* Source/WebCore/page/scrolling/coordinated/ScrollerCoordinated.cpp:
(WebCore::ScrollerCoordinated::updateValues):

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



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

Reply via email to