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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.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/webaudio/BaseAudioContext.h
diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
index f57c4f2e58a60054ba6db099ccbbc73aa7d74cd5..8d01a3f5a28586165f7e69c64b4170a70575d2ea 100644
--- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
+++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
@@ -109,7 +109,7 @@ class MODULES_EXPORT BaseAudioContext : public EventTargetWithInlineData,
}
// Document notification
- void stop() final;
+ void contextDestroyed() final;
bool hasPendingActivity() const final;
// Cannnot be called from the audio thread.

Powered by Google App Engine
This is Rietveld 408576698