Index: components/printing/renderer/print_web_view_helper.cc |
diff --git a/components/printing/renderer/print_web_view_helper.cc b/components/printing/renderer/print_web_view_helper.cc |
index 70147aba16dee5c8a04efa519b6e7db6916949e9..a2dd30818695a27c9b0b1512fce532288363f075 100644 |
--- a/components/printing/renderer/print_web_view_helper.cc |
+++ b/components/printing/renderer/print_web_view_helper.cc |
@@ -678,6 +678,7 @@ class PrepareFrameAndViewForPrint : public blink::WebViewClient, |
const blink::WebString& name, |
const blink::WebString& fallback_name, |
blink::WebSandboxFlags sandbox_flags, |
+ const blink::WebParsedFeaturePolicy& container_policy, |
const blink::WebFrameOwnerProperties& frame_owner_properties) override; |
void CallOnReady(); |
@@ -837,6 +838,7 @@ blink::WebLocalFrame* PrepareFrameAndViewForPrint::CreateChildFrame( |
const blink::WebString& name, |
const blink::WebString& fallback_name, |
blink::WebSandboxFlags sandbox_flags, |
+ const blink::WebParsedFeaturePolicy& container_policy, |
const blink::WebFrameOwnerProperties& frame_owner_properties) { |
blink::WebLocalFrame* frame = |
blink::WebLocalFrame::Create(scope, this, nullptr, nullptr); |