Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d192abf745ffb662d298d2fc84afc677f42ba031
https://github.com/WebKit/WebKit/commit/d192abf745ffb662d298d2fc84afc677f42ba031
Author: Chris Dumez <[email protected]>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeDrawingArea.mm
Log Message:
-----------
Avoid use of Vector::uncheckedAppend() in
RemoteLayerTreeDrawingArea::updateRendering()
https://bugs.webkit.org/show_bug.cgi?id=262726
Reviewed by Ryosuke Niwa.
Avoid use of Vector::uncheckedAppend() in
RemoteLayerTreeDrawingArea::updateRendering()
as this is hot code and uncheckedAppend() has recently become an alias to
append().
*
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeDrawingArea.mm:
(WebKit::RemoteLayerTreeDrawingArea::updateRendering):
Canonical link: https://commits.webkit.org/268949@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes