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

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

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 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.cpp
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
index d5b9798caef186e59a3d43abf0c278397cdc986a..039b91e664f8a34d3c2df5000945be1e5818c052 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
@@ -1039,7 +1039,7 @@ void SourceBuffer::resume() {
m_removeAsyncPartRunner->resume();
}
-void SourceBuffer::contextDestroyed() {
+void SourceBuffer::contextDestroyed(ExecutionContext*) {
m_appendBufferAsyncPartRunner->stop();
m_removeAsyncPartRunner->stop();
}

Powered by Google App Engine
This is Rietveld 408576698