| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index c927eeb9db8409a3900dd725e0749b70eb442480..a38399e5d390696708b63a52e873188c8ebed8e2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -181,6 +181,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| void pause();
|
| void requestRemotePlayback();
|
| void requestRemotePlaybackControl();
|
| + void requestRemotePlaybackStop();
|
|
|
| // statistics
|
| unsigned webkitAudioDecodedByteCount() const;
|
|
|