mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Implement PrintCrossProcessSubframe for AlloyBrowserHostImpl (fixes #3768)
This commit is contained in:
committed by
Marshall Greenblatt
parent
323cbdc5ea
commit
02fec23bc8
@ -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,
|
||||
|
Reference in New Issue
Block a user