Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: dbb309b892027542eeb2f004b897ebe834e9c4b8 https://github.com/WebKit/WebKit/commit/dbb309b892027542eeb2f004b897ebe834e9c4b8 Author: Kimmo Kinnunen <kkinnu...@apple.com> Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths: M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContext.cpp Log Message: ----------- RemoteGraphicsContext should use MESSAGE_CHECK https://bugs.webkit.org/show_bug.cgi?id=297777 rdar://158938008 Reviewed by Simon Fraser. Use MESSAGE_CHECK to check that resources exist. They should always exist. * Source/WebKit/GPUProcess/graphics/RemoteGraphicsContext.cpp: (WebKit::RemoteGraphicsContext::setFillCachedGradient): (WebKit::RemoteGraphicsContext::setFillPattern): (WebKit::RemoteGraphicsContext::setStrokeCachedGradient): (WebKit::RemoteGraphicsContext::setStrokePattern): (WebKit::RemoteGraphicsContext::clipToImageBuffer): (WebKit::RemoteGraphicsContext::drawFilteredImageBufferInternal): (WebKit::RemoteGraphicsContext::drawFilteredImageBuffer): (WebKit::RemoteGraphicsContext::drawGlyphs): (WebKit::RemoteGraphicsContext::drawDecomposedGlyphs): (WebKit::RemoteGraphicsContext::drawImageBuffer): (WebKit::RemoteGraphicsContext::drawNativeImage): (WebKit::RemoteGraphicsContext::drawSystemImage): (WebKit::RemoteGraphicsContext::drawPatternNativeImage): (WebKit::RemoteGraphicsContext::drawPatternImageBuffer): Canonical link: https://commits.webkit.org/299123@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes