Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3393aa184c13fbd6785d0320ca8454572efc78c9 https://github.com/WebKit/WebKit/commit/3393aa184c13fbd6785d0320ca8454572efc78c9 Author: Kimmo Kinnunen <kkinnu...@apple.com> Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths: M Source/WebCore/rendering/RenderImage.cpp M Source/WebCore/rendering/RenderImage.h Log Message: ----------- RenderImage::hasNonBitmapImage()/hasAnimatedImage() is unused https://bugs.webkit.org/show_bug.cgi?id=286418 rdar://143476837 Reviewed by Anne van Kesteren. Remove the unused functions. Having unused casts and functions make the Image interface modification harder. * Source/WebCore/rendering/RenderImage.cpp: (WebCore::RenderImage::isMultiRepresentationHEIC const): (WebCore::RenderImage::hasNonBitmapImage const): Deleted. (WebCore::RenderImage::hasAnimatedImage const): Deleted. * Source/WebCore/rendering/RenderImage.h: Canonical link: https://commits.webkit.org/290944@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