Commit e792dc6f authored by Ehsan Akhgari's avatar Ehsan Akhgari
Browse files

Bug 818291 - MediaDecoder::SetMediaSeekable should not be final; r=cpearce

parent e6d9f945
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -504,7 +504,7 @@ public:
  void SetMediaDuration(int64_t aDuration) MOZ_FINAL MOZ_OVERRIDE;
  void SetMediaDuration(int64_t aDuration) MOZ_FINAL MOZ_OVERRIDE;


  // Set a flag indicating whether seeking is supported
  // Set a flag indicating whether seeking is supported
  virtual void SetMediaSeekable(bool aMediaSeekable) MOZ_FINAL MOZ_OVERRIDE;
  virtual void SetMediaSeekable(bool aMediaSeekable) MOZ_OVERRIDE;
  virtual void SetTransportSeekable(bool aTransportSeekable) MOZ_FINAL MOZ_OVERRIDE;
  virtual void SetTransportSeekable(bool aTransportSeekable) MOZ_FINAL MOZ_OVERRIDE;
  // Returns true if this media supports seeking. False for example for WebM
  // Returns true if this media supports seeking. False for example for WebM
  // files without an index and chained ogg files.
  // files without an index and chained ogg files.