mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1193670: P2. Remove use of SharedDecoderManager from MediaDecoderReader. r=cpearce
This commit is contained in:
parent
f66be846e2
commit
678ef1e976
@ -21,7 +21,6 @@
|
|||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
|
|
||||||
class MediaDecoderReader;
|
class MediaDecoderReader;
|
||||||
class SharedDecoderManager;
|
|
||||||
|
|
||||||
struct WaitForDataRejectValue
|
struct WaitForDataRejectValue
|
||||||
{
|
{
|
||||||
@ -103,7 +102,6 @@ public:
|
|||||||
// Release media resources they should be released in dormant state
|
// Release media resources they should be released in dormant state
|
||||||
// The reader can be made usable again by calling ReadMetadata().
|
// The reader can be made usable again by calling ReadMetadata().
|
||||||
virtual void ReleaseMediaResources() {};
|
virtual void ReleaseMediaResources() {};
|
||||||
virtual void SetSharedDecoderManager(SharedDecoderManager* aManager) {}
|
|
||||||
// Breaks reference-counted cycles. Called during shutdown.
|
// Breaks reference-counted cycles. Called during shutdown.
|
||||||
// WARNING: If you override this, you must call the base implementation
|
// WARNING: If you override this, you must call the base implementation
|
||||||
// in your override.
|
// in your override.
|
||||||
|
Loading…
Reference in New Issue
Block a user