| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index b3633f73222fafe9ebb74be0dfb04b03b13c20ce..88934db7c7100a08981a6f40a9cb209b19e852ab 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -95,6 +95,7 @@ class HTMLDocument : public blink::WebViewClient,
|
| blink::WebContentDecryptionModule* initial_cdm);
|
| virtual blink::WebFrame* createChildFrame(
|
| blink::WebLocalFrame* parent,
|
| + blink::WebTreeScopeType scope,
|
| const blink::WebString& frameName,
|
| blink::WebSandboxFlags sandboxFlags);
|
| virtual void frameDetached(blink::WebFrame*);
|
|
|