mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Bug 1230265 - Mark constructor as explicit; r=me
ON A CLOSED TREE. MozReview-Commit-ID: 1jCfP6OzCfH
This commit is contained in:
parent
629fcdc697
commit
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();
|
||||
|
Loading…
Reference in New Issue
Block a user