Index: components/html_viewer/html_frame.h |
diff --git a/components/html_viewer/html_frame.h b/components/html_viewer/html_frame.h |
index 3c5a63923369cbf10b81f8776bd73898b4589a66..60b04d0b325414fdbda7ea065fde7325ba4a2e0d 100644 |
--- a/components/html_viewer/html_frame.h |
+++ b/components/html_viewer/html_frame.h |
@@ -165,7 +165,8 @@ class HTMLFrame : public blink::WebFrameClient, |
blink::WebMediaPlayerClient* client, |
blink::WebMediaPlayerEncryptedMediaClient* encrypted_client, |
blink::WebContentDecryptionModule* initial_cdm, |
- const blink::WebString& sink_id) override; |
+ const blink::WebString& sink_id, |
+ blink::WebMediaSession* media_session) override; |
blink::WebFrame* createChildFrame( |
blink::WebLocalFrame* parent, |
blink::WebTreeScopeType scope, |