Desktop: Update CEF to 141 (#3352)

update cef to 141
This commit is contained in:
Timon
2025-11-08 11:59:02 +00:00
committed by GitHub
parent f02f834097
commit 9be207f4c5
13 changed files with 113 additions and 1018 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ impl<H: CefEventHandler> ImplRenderHandler for RenderHandlerImpl<H> {
#[cfg(feature = "accelerated_paint")]
fn on_accelerated_paint(&self, _browser: Option<&mut Browser>, type_: PaintElementType, _dirty_rect_count: usize, _dirty_rects: Option<&Rect>, info: Option<&cef::AcceleratedPaintInfo>) {
use crate::cef::texture_import::shared_texture_handle::SharedTextureHandle;
use cef::osr_texture_import::SharedTextureHandle;
if type_ != PaintElementType::default() {
return;