Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0a98e10bf3540dd8f58983de37e1b0b0964fd768
https://github.com/WebKit/WebKit/commit/0a98e10bf3540dd8f58983de37e1b0b0964fd768
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-28 (Sun, 28 Jun 2026)
Changed paths:
M Source/WebCore/platform/graphics/ImageBuffer.h
Log Message:
-----------
ImageBuffer::hasBackend() should be const
https://bugs.webkit.org/show_bug.cgi?id=317998
rdar://180785695
Reviewed by Kimmo Kinnunen.
ImageBuffer::hasBackend() only calls backend(), which is already a const
member function, so the method can be const itself. Mark it const for
const-correctness.
* Source/WebCore/platform/graphics/ImageBuffer.h:
(WebCore::ImageBuffer::hasBackend const):
(WebCore::ImageBuffer::hasBackend): Deleted.
Canonical link: https://commits.webkit.org/315980@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications