Loading content/media/MediaDecoder.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. Loading Loading
content/media/MediaDecoder.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. Loading