Skip to content

Commit

Permalink
Cherry-pick b7edb91. rdar://122431520
Browse files Browse the repository at this point in the history
    Fix the DynamicContentScalingImageBufferBackend build
    https://bugs.webkit.org/show_bug.cgi?id=268867
    rdar://122431520

    Unreviewed build fix.

    * Source/WebKit/Shared/RemoteLayerTree/DynamicContentScalingImageBufferBackend.mm:
    (WebKit::DynamicContentScalingImageBufferBackend::createBackendHandle const):

    Canonical link: https://commits.webkit.org/274179@main

Identifier: 273664.405@safari-7619.1.3-branch
  • Loading branch information
hortont424 authored and MyahCobbs committed Feb 7, 2024
1 parent 6806e3c commit 6942c97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static CFDictionaryRef makeContextOptions(const DynamicContentScalingImageBuffer
{
}

std::optional<ImageBufferBackendHandle> DynamicContentScalingImageBufferBackend::createBackendHandle(SharedMemory::Protection) const
std::optional<ImageBufferBackendHandle> DynamicContentScalingImageBufferBackend::createBackendHandle(WebCore::SharedMemory::Protection) const
{
if (!m_context)
return std::nullopt;
Expand Down

0 comments on commit 6942c97

Please sign in to comment.