зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1415582 - Mirror changes done to Encoder InitDone to decoder. r=bwc
This commit is contained in:
Родитель
9b942019b1
Коммит
db7beeb540
|
@ -449,7 +449,7 @@ private:
|
|||
class InitDoneCallback : public GetGMPVideoDecoderCallback
|
||||
{
|
||||
public:
|
||||
explicit InitDoneCallback(WebrtcGmpVideoDecoder* aDecoder,
|
||||
explicit InitDoneCallback(const RefPtr<WebrtcGmpVideoDecoder>& aDecoder,
|
||||
const RefPtr<GmpInitDoneRunnable>& aInitDone)
|
||||
: mDecoder(aDecoder),
|
||||
mInitDone(aInitDone)
|
||||
|
@ -465,7 +465,7 @@ private:
|
|||
}
|
||||
|
||||
private:
|
||||
WebrtcGmpVideoDecoder* mDecoder;
|
||||
RefPtr<WebrtcGmpVideoDecoder> mDecoder;
|
||||
RefPtr<GmpInitDoneRunnable> mInitDone;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче