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 { |