Bug 1265978. Part 2 - add methods to MediaDecoder and MDSM to dump debugging info. r=jya.

MozReview-Commit-ID: Dbc5FT627uL
This commit is contained in:
JW Wang
2016-04-22 14:18:26 +08:00
parent 1d02e6fddb
commit 8b279070be
5 changed files with 49 additions and 1 deletions

View File

@@ -567,7 +567,9 @@ HTMLMediaElement::GetMozDebugReaderData(nsAString& aString)
void
HTMLMediaElement::MozDumpDebugInfo()
{
// Tell mDecoder to dump debugging info.
if (mDecoder) {
mDecoder->DumpDebugInfo();
}
}
already_AddRefed<DOMMediaStream>