[webkit-changes] [WebKit/WebKit] 184126: [TZone] Fixup annotations for RemoteXRView
Michael Saboff
noreply at github.com
Thu Sep 19 18:34:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 184126c66aa21f19335fc2d14018a34995138074
https://github.com/WebKit/WebKit/commit/184126c66aa21f19335fc2d14018a34995138074
Author: Michael Saboff <msaboff at apple.com>
Date: 2024-09-19 (Thu, 19 Sep 2024)
Changed paths:
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRView.cpp
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRView.h
Log Message:
-----------
[TZone] Fixup annotations for RemoteXRView
https://bugs.webkit.org/show_bug.cgi?id=279935
rdar://136256202
Reviewed by David Degazio and Mike Wyrzykowski.
The class declaration in RemoteXRView.h needs to include wtf/TZoneMalloc.h and the class needs to be annotated with
WTF_MAKE_TZONE_ALLOCATED. The definition in RemoteXRView.cpp needs to include wtf/TZoneMallocInlines.h for the
TZone directive, WTF_MAKE_TZONE_ALLOCATED_IMPL, that is already properly in the file.
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRView.cpp:
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRView.h:
Canonical link: https://commits.webkit.org/283966@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