Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
index c7447aaa88229268643fc0164e41024de700d103..6d173975ff2ef7cb5b9862ddeab0addbd457c9a9 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
@@ -111,7 +111,7 @@ class SourceBuffer final : public EventTargetWithInlineData,
// ActiveDOMObject
void suspend() override;
void resume() override;
- void stop() override;
+ void contextDestroyed() override;
// EventTarget interface
ExecutionContext* getExecutionContext() const override;

Powered by Google App Engine
This is Rietveld 408576698