зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1230265 - Mark constructor as explicit; r=me
ON A CLOSED TREE. MozReview-Commit-ID: 1jCfP6OzCfH
This commit is contained in:
Родитель
629fcdc697
Коммит
b9f36401b9
|
@ -83,7 +83,7 @@ public:
|
|||
|
||||
typedef MozPromise<uint32_t, bool, /* IsExclusive = */ true> BenchmarkPromise;
|
||||
|
||||
Benchmark(MediaDataDemuxer* aDemuxer, const Parameters& aParameters = Parameters());
|
||||
explicit Benchmark(MediaDataDemuxer* aDemuxer, const Parameters& aParameters = Parameters());
|
||||
RefPtr<BenchmarkPromise> Run();
|
||||
void ReturnResult(uint32_t aDecodeFps);
|
||||
void Dispose();
|
||||
|
|
Загрузка…
Ссылка в новой задаче