Implement PrintCrossProcessSubframe for AlloyBrowserHostImpl (fixes #3768)

This commit is contained in:
Mike Bragg
2024-10-22 20:05:16 +00:00
committed by Marshall Greenblatt
parent 323cbdc5ea
commit 02fec23bc8
2 changed files with 15 additions and 0 deletions

View File

@ -174,6 +174,10 @@ class AlloyBrowserHostImpl : public CefBrowserHostBase,
DestructionState destruction_state() const { return destruction_state_; }
// content::WebContentsDelegate methods.
void PrintCrossProcessSubframe(content::WebContents* web_contents,
const gfx::Rect& rect,
int document_cookie,
content::RenderFrameHost* subframe_host) const override;
content::WebContents* OpenURLFromTab(
content::WebContents* source,
const content::OpenURLParams& params,