[M120 Migration][MM] Handle live stream duration and currenttime
[platform/framework/web/chromium-efl.git] / third_party / blink / public / platform / web_media_player_client.h
index 3a24a57..21830e6 100644 (file)
@@ -225,6 +225,7 @@ class BLINK_PLATFORM_EXPORT WebMediaPlayerClient {
 
 #if defined(TIZEN_MULTIMEDIA)
   virtual void SuspendPlayer() {}
+  virtual void OnLivePlaybackComplete() = 0;
 #endif
 
 #if BUILDFLAG(IS_TIZEN_TV)