[webkit-changes] [WebKit/WebKit] 53f923: Rename ByteArrayPixelBuffer::dataSpan() to span() ...
Chris Dumez
noreply at github.com
Wed May 29 10:51:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 53f9232763fe508e71bf08a2995f961f3dad249c
https://github.com/WebKit/WebKit/commit/53f9232763fe508e71bf08a2995f961f3dad249c
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M Source/WebCore/platform/graphics/ByteArrayPixelBuffer.cpp
M Source/WebCore/platform/graphics/ByteArrayPixelBuffer.h
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Rename ByteArrayPixelBuffer::dataSpan() to span() for consistency
https://bugs.webkit.org/show_bug.cgi?id=274838
Reviewed by Sam Weinig.
Rename ByteArrayPixelBuffer::dataSpan() to span() for consistency with other
types.
* Source/WebCore/platform/graphics/ByteArrayPixelBuffer.cpp:
(WebCore::ByteArrayPixelBuffer::span const):
(WebCore::ByteArrayPixelBuffer::dataSpan const): Deleted.
* Source/WebCore/platform/graphics/ByteArrayPixelBuffer.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/279447@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list