feat: serialize NativeImage over ipc (#30729)
This commit is contained in:
parent
ee33374675
commit
55c57808fb
14 changed files with 79 additions and 157 deletions
|
@ -524,7 +524,6 @@ void RendererClientBase::SetupMainWorldOverrides(
|
|||
isolated_api.SetMethod("allowGuestViewElementDefinition",
|
||||
&AllowGuestViewElementDefinition);
|
||||
isolated_api.SetMethod("setIsWebView", &SetIsWebView);
|
||||
isolated_api.SetMethod("createNativeImage", &api::NativeImage::CreateEmpty);
|
||||
|
||||
auto source_context = GetContext(render_frame->GetWebFrame(), isolate);
|
||||
gin_helper::Dictionary global(isolate, source_context->Global());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue