Title: [294693] branches/safari-7613.3.1.1-branch/Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp
- Revision
- 294693
- Author
- [email protected]
- Date
- 2022-05-23 16:27:39 -0700 (Mon, 23 May 2022)
Log Message
Revert fix. rdar://problem/87980543
This reverts r294689.
Modified Paths
Diff
Modified: branches/safari-7613.3.1.1-branch/Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp (294692 => 294693)
--- branches/safari-7613.3.1.1-branch/Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp 2022-05-23 23:25:36 UTC (rev 294692)
+++ branches/safari-7613.3.1.1-branch/Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp 2022-05-23 23:27:39 UTC (rev 294693)
@@ -244,7 +244,7 @@
}
if (auto nativeImage = resourceCache().cachedNativeImage({ *resourceIdentifier, m_webProcessIdentifier })) {
- feImage.setImageSource({ *nativeImage });
+ feImage.setImageSource(Ref<Image> { BitmapImage::create(nativeImage) });
continue;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes