[webkit-changes] [WebKit/WebKit] e9e8ec: Adopt more smart pointers in RemoteImageDecoderAVF...
Rupin Mittal
noreply at github.com
Wed Sep 18 20:19:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e9e8ec4d1acd086c42721398e553c170eea92736
https://github.com/WebKit/WebKit/commit/e9e8ec4d1acd086c42721398e553c170eea92736
Author: Rupin Mittal <rupin at apple.com>
Date: 2024-09-18 (Wed, 18 Sep 2024)
Changed paths:
M Source/WebKit/GPUProcess/media/RemoteImageDecoderAVFProxy.cpp
M Source/WebKit/GPUProcess/media/RemoteLegacyCDMSessionProxy.cpp
Log Message:
-----------
Adopt more smart pointers in RemoteImageDecoderAVFProxy and RemoteLegacyCDMSessionProxy
https://bugs.webkit.org/show_bug.cgi?id=279878
rdar://136209504
Reviewed by Youenn Fablet.
Smart pointer adoption as per the static analyzer.
* Source/WebKit/GPUProcess/media/RemoteImageDecoderAVFProxy.cpp:
(WebKit::RemoteImageDecoderAVFProxy::deleteDecoder):
(WebKit::RemoteImageDecoderAVFProxy::encodedDataStatusChanged):
(WebKit::RemoteImageDecoderAVFProxy::setExpectedContentSize):
(WebKit::RemoteImageDecoderAVFProxy::createFrameImageAtIndex):
(WebKit::RemoteImageDecoderAVFProxy::clearFrameBufferCache):
* Source/WebKit/GPUProcess/media/RemoteLegacyCDMSessionProxy.cpp:
(WebKit::RemoteLegacyCDMSessionProxy::sendMessage):
(WebKit::RemoteLegacyCDMSessionProxy::sendError):
Canonical link: https://commits.webkit.org/283891@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