| 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 8df7174c93444360f30f4178a670227258e2e2f5..7e93de204668e5ba00636fb503c02f15fae9a430 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -308,7 +308,6 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| WebRemotePlaybackClient* remotePlaybackClient() {
|
| return m_remotePlaybackClient;
|
| }
|
| - void setRemotePlaybackClient(WebRemotePlaybackClient*);
|
|
|
| protected:
|
| HTMLMediaElement(const QualifiedName&, Document&);
|
|
|