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

Issue 423783002: WebAudio: Remove OfflineAudioDestinationNode::m_keepAliveWhileRendering (Closed)

Created:
6 years, 4 months ago by tkent
Modified:
6 years, 4 months ago
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

WebAudio: Remove OfflineAudioDestinationNode::m_keepAliveWhileRendering - Make sure |this| is kept while offlineRender() by passing PassRefPtr<> to bind(). - Make sure |this| is kept until finishing notifyComplete() by createCrossThreadTask(), which uses bind() internally. BUG=395941 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179008

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -25 lines) Patch
M Source/modules/webaudio/OfflineAudioDestinationNode.h View 2 chunks +0 lines, -7 lines 1 comment Download
M Source/modules/webaudio/OfflineAudioDestinationNode.cpp View 3 chunks +14 lines, -18 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tkent
Please take a look at this. https://codereview.chromium.org/423783002/diff/1/Source/modules/webaudio/OfflineAudioDestinationNode.h File Source/modules/webaudio/OfflineAudioDestinationNode.h (left): https://codereview.chromium.org/423783002/diff/1/Source/modules/webaudio/OfflineAudioDestinationNode.h#oldcode61 Source/modules/webaudio/OfflineAudioDestinationNode.h:61: class OfflineRenderingTask; This ...
6 years, 4 months ago (2014-07-28 06:35:22 UTC) #1
haraken
LGTM
6 years, 4 months ago (2014-07-28 07:31:29 UTC) #2
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 4 months ago (2014-07-28 08:07:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/423783002/1
6 years, 4 months ago (2014-07-28 08:08:32 UTC) #4
commit-bot: I haz the power
6 years, 4 months ago (2014-07-28 08:12:35 UTC) #5
Message was sent while issue was closed.
Change committed as 179008

Powered by Google App Engine
This is Rietveld 408576698