зеркало из https://github.com/mozilla/gecko-dev.git
Bug 929005 - Change from android::Vector to android::List. r=doublec
This commit is contained in:
Родитель
82360aea08
Коммит
a65953798c
|
@ -73,7 +73,7 @@ protected:
|
|||
// The lock protects mVideoDecoderSlots and mVideoCodecRequestQueue called
|
||||
// from multiple threads.
|
||||
Mutex mLock;
|
||||
typedef Vector<sp<IBinder> > Fifo;
|
||||
typedef List<sp<IBinder> > Fifo;
|
||||
// Queue of media resource requests.
|
||||
// Hold IMediaResourceManagerClient that requesting a media resource as IBinder.
|
||||
Fifo mVideoCodecRequestQueue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче