| Index: mojo/services/html_viewer/html_document_view.h
|
| diff --git a/mojo/services/html_viewer/html_document_view.h b/mojo/services/html_viewer/html_document_view.h
|
| index f2c235c7ea1744d25726c9f568879e10bf5904ce..991ba43c2296b6f81a126189b2616090603d0228 100644
|
| --- a/mojo/services/html_viewer/html_document_view.h
|
| +++ b/mojo/services/html_viewer/html_document_view.h
|
| @@ -62,6 +62,11 @@ class HTMLDocumentView : public blink::WebViewClient,
|
| blink::WebLocalFrame* frame,
|
| const blink::WebURL& url,
|
| blink::WebMediaPlayerClient* client);
|
| + virtual blink::WebMediaPlayer* createMediaPlayer(
|
| + blink::WebLocalFrame* frame,
|
| + const blink::WebURL& url,
|
| + blink::WebMediaPlayerClient* client,
|
| + blink::WebContentDecryptionModule* initial_cdm);
|
| virtual blink::WebFrame* createChildFrame(blink::WebLocalFrame* parent,
|
| const blink::WebString& frameName);
|
| virtual void frameDetached(blink::WebFrame*);
|
|
|