| Index: third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
|
| index e47b3d77829a613ad581aec224a1c6b3db15edde..65793bb3ca446834687ce8a0723cf66724d01280 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
|
| @@ -14,6 +14,7 @@ namespace blink {
|
| class HTMLMediaElement;
|
| class QualifiedName;
|
| class RemotePlayback;
|
| +class ScriptState;
|
|
|
| // Class used to implement the Remote Playback API. It is a supplement to
|
| // HTMLMediaElement.
|
| @@ -29,7 +30,7 @@ class HTMLMediaElementRemotePlayback final
|
| bool);
|
|
|
| static HTMLMediaElementRemotePlayback& from(HTMLMediaElement&);
|
| - static RemotePlayback* remote(HTMLMediaElement&);
|
| + static RemotePlayback* remote(ScriptState*, HTMLMediaElement&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|