| 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 9436dc25aefc213fa1ec19a49522fb48a2b21ea9..ae2c77e39be0738460b354126dd27bfa9268aa42 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
|
| @@ -14,7 +14,6 @@ namespace blink {
|
| class HTMLMediaElement;
|
| class QualifiedName;
|
| class RemotePlayback;
|
| -class ScriptState;
|
|
|
| // Class used to implement the Remote Playback API. It is a supplement to
|
| // HTMLMediaElement.
|
| @@ -30,7 +29,7 @@ class MODULES_EXPORT HTMLMediaElementRemotePlayback final
|
| bool);
|
|
|
| static HTMLMediaElementRemotePlayback& from(HTMLMediaElement&);
|
| - static RemotePlayback* remote(ScriptState*, HTMLMediaElement&);
|
| + static RemotePlayback* remote(HTMLMediaElement&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|