зеркало из https://github.com/mozilla/gecko-dev.git
Bug 818291 - MediaDecoder::SetMediaSeekable should not be final; r=cpearce
This commit is contained in:
Родитель
e6d9f945ff
Коммит
e792dc6fb2
|
@ -504,7 +504,7 @@ public:
|
|||
void SetMediaDuration(int64_t aDuration) MOZ_FINAL MOZ_OVERRIDE;
|
||||
|
||||
// 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;
|
||||
// Returns true if this media supports seeking. False for example for WebM
|
||||
// files without an index and chained ogg files.
|
||||
|
|
Загрузка…
Ссылка в новой задаче