fix: build failure when printing is disabled (#46285)
fix: ftbfs when printing is disabled Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
c6c67208d2
commit
6e112a8410
3 changed files with 6 additions and 1 deletions
|
@ -630,11 +630,13 @@ class WebContents final : public ExclusiveAccessContext,
|
|||
void DraggableRegionsChanged(
|
||||
const std::vector<blink::mojom::DraggableRegionPtr>& regions,
|
||||
content::WebContents* contents) override;
|
||||
#if BUILDFLAG(ENABLE_PRINTING)
|
||||
void PrintCrossProcessSubframe(
|
||||
content::WebContents* web_contents,
|
||||
const gfx::Rect& rect,
|
||||
int document_cookie,
|
||||
content::RenderFrameHost* subframe_host) const override;
|
||||
#endif
|
||||
|
||||
// content::WebContentsObserver:
|
||||
void BeforeUnloadFired(bool proceed) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue