Bug 1265978. Part 1 - add mozDumpDebugInfo() to HTMLMediaElement.webidl. r=bz.

MozReview-Commit-ID: E0RZRyWnZrF
This commit is contained in:
JW Wang
2016-04-11 12:02:43 +08:00
parent 2ef806bf92
commit 1d02e6fddb
3 changed files with 11 additions and 0 deletions

View File

@@ -564,6 +564,12 @@ HTMLMediaElement::GetMozDebugReaderData(nsAString& aString)
}
}
void
HTMLMediaElement::MozDumpDebugInfo()
{
// Tell mDecoder to dump debugging info.
}
already_AddRefed<DOMMediaStream>
HTMLMediaElement::GetSrcObject() const
{