зеркало из https://github.com/mozilla/gecko-dev.git
Bug 686137 - Make nsMediaDecoder::RequestFrameBufferLength virtual. r=kinetik
This commit is contained in:
Родитель
868056accd
Коммит
f91f19fd93
|
@ -366,7 +366,7 @@ public:
|
|||
|
||||
// Sets the length of the framebuffer used in MozAudioAvailable events.
|
||||
// The new size must be between 512 and 16384.
|
||||
nsresult RequestFrameBufferLength(PRUint32 aLength);
|
||||
virtual nsresult RequestFrameBufferLength(PRUint32 aLength);
|
||||
|
||||
// Moves any existing channel loads into the background, so that they don't
|
||||
// block the load event. This is called when we stop delaying the load
|
||||
|
|
Загрузка…
Ссылка в новой задаче