Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 88d4dbb4efd092d7f1c4930a88b6bccf2786591f
https://github.com/WebKit/WebKit/commit/88d4dbb4efd092d7f1c4930a88b6bccf2786591f
Author: Nikolas Zimmermann <[email protected]>
Date: 2024-11-18 (Mon, 18 Nov 2024)
Changed paths:
M Tools/WebKitTestRunner/skia/TestInvocationSkia.cpp
Log Message:
-----------
[GTK][WPE][Skia] WebKitTestRunners asserts under SKIA_DEBUG builds
https://bugs.webkit.org/show_bug.cgi?id=283284
Reviewed by Carlos Garcia Campos.
WebKitTestRunner fires an assertion under SKIA_DEBUG builds.
Don't attempt to access SkPixmap::addr8(), use addr32() as
we deal with RGBA8 buffers, that span 32 bits, not 8 bits.
Covered by existing tests.
* Tools/WebKitTestRunner/skia/TestInvocationSkia.cpp:
(WTR::computeSHA1HashStringForPixmap):
Canonical link: https://commits.webkit.org/286716@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes