Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / media / filters / video_frame_scheduler_impl.h
index f6bc78d..6398969 100644 (file)
@@ -31,13 +31,13 @@ class MEDIA_EXPORT VideoFrameSchedulerImpl : public VideoFrameScheduler {
   VideoFrameSchedulerImpl(
       const scoped_refptr<base::SingleThreadTaskRunner>& task_runner,
       const DisplayCB& display_cb);
-  virtual ~VideoFrameSchedulerImpl();
+  ~VideoFrameSchedulerImpl() override;
 
   // VideoFrameScheduler implementation.
-  virtual void ScheduleVideoFrame(const scoped_refptr<VideoFrame>& frame,
-                                  base::TimeTicks wall_ticks,
-                                  const DoneCB& done_cb) OVERRIDE;
-  virtual void Reset() OVERRIDE;
+  void ScheduleVideoFrame(const scoped_refptr<VideoFrame>& frame,
+                          base::TimeTicks wall_ticks,
+                          const DoneCB& done_cb) override;
+  void Reset() override;
 
   void SetTickClockForTesting(scoped_ptr<base::TickClock> tick_clock);