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

Unified Diff: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h

Issue 2959693002: Simplify OfflineAudioDestinationNode::DoOfflineRendering(). (Closed)
Patch Set: rebased upto r482341 Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
index c528298cdce2cd9df45ca3f7104c336ff3895d82..0d93b87b3906ad55828abb025255d26f55460452 100644
--- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
@@ -123,9 +123,6 @@ class OfflineAudioDestinationHandler final : public AudioDestinationHandler {
// 'created' and 'suspended'. If this flag is false and the current state
// is 'suspended', it means the context is created and have not started yet.
bool is_rendering_started_;
-
- // This flag indicates whether the rendering should be suspended or not.
- bool should_suspend_;
};
class OfflineAudioDestinationNode final : public AudioDestinationNode {
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698