Chromium Code Reviews| 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 79c1a3ec62e7b498568895d9981f32b9aa75cc77..3f24110574073bf566b8cde3f320c42833da59cb 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
| @@ -348,6 +348,7 @@ private: |
| void connectedToRemoteDevice() final; |
| void disconnectedFromRemoteDevice() final; |
| void cancelledRemotePlaybackRequest() final; |
| + void requestReload(const WebURL& newUrl) final; |
|
foolip
2016/06/22 13:10:54
https://www.chromium.org/blink/coding-style#TOC-Na
foolip
2016/06/23 11:22:36
Ping.
DaleCurtis
2016/06/23 18:55:56
Whoops, sorry, done.
|
| void loadTimerFired(Timer<HTMLMediaElement>*); |
| void progressEventTimerFired(Timer<HTMLMediaElement>*); |