Index: components/html_viewer/html_frame.h |
diff --git a/components/html_viewer/html_frame.h b/components/html_viewer/html_frame.h |
index b9c0137ed2c3fbca207e4bd8434f6d6242b1212e..1d7e7c3bfe0721995b9737a410343250e44e8609 100644 |
--- a/components/html_viewer/html_frame.h |
+++ b/components/html_viewer/html_frame.h |
@@ -167,7 +167,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, |