Bug 686137 - Make nsMediaDecoder::RequestFrameBufferLength virtual. r=kinetik

This commit is contained in:
Christopher De Cairos 2012-01-25 13:38:23 +13:00
Родитель 868056accd
Коммит f91f19fd93
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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