Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 530993002: WebMediaPlayerImpl should notify ended event Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 2e0967169a9dfeb35047ad8f7c99ae6f54dd9530..f75c5770779044a9083b28bb8a8ce96a3c50900b 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -365,6 +365,7 @@ private:
virtual void mediaPlayerNetworkStateChanged() OVERRIDE FINAL;
virtual void mediaPlayerReadyStateChanged() OVERRIDE FINAL;
virtual void mediaPlayerTimeChanged() OVERRIDE FINAL;
+ virtual void mediaPlayerEnded() OVERRIDE FINAL;
virtual void mediaPlayerDurationChanged() OVERRIDE FINAL;
virtual void mediaPlayerPlaybackStateChanged() OVERRIDE FINAL;
virtual void mediaPlayerRequestFullscreen() OVERRIDE FINAL;
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698