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

Issue 2800203002: Use reference parameters when constructing IIRFilterNode's (Closed)

Created:
3 years, 8 months ago by Raymond Toy
Modified:
3 years, 8 months ago
Reviewers:
hongchan
CC:
chromium-reviews, haraken, blink-reviews, Raymond Toy, hongchan
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Use reference parameters when constructing IIRFilterNode's Use reference parameters so new copies of Vectors aren't created. BUG=709605 TEST=none; no visible changes Review-Url: https://codereview.chromium.org/2800203002 Cr-Commit-Position: refs/heads/master@{#463433} Committed: https://chromium.googlesource.com/chromium/src/+/4b4a31d9f95869f6efc1fee07942eb913140ae5d

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h View 1 2 chunks +4 lines, -4 lines 3 comments Download
M third_party/WebKit/Source/modules/webaudio/IIRFilterNode.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Raymond Toy
PTAL. The change is really simple.
3 years, 8 months ago (2017-04-10 17:56:51 UTC) #2
hongchan
https://codereview.chromium.org/2800203002/diff/20001/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h File third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h (right): https://codereview.chromium.org/2800203002/diff/20001/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h#newcode43 third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h:43: const Vector<double>& numerator); The who holds the actual copy ...
3 years, 8 months ago (2017-04-10 19:47:31 UTC) #3
Raymond Toy
https://codereview.chromium.org/2800203002/diff/20001/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h File third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h (right): https://codereview.chromium.org/2800203002/diff/20001/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h#newcode43 third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h:43: const Vector<double>& numerator); On 2017/04/10 19:47:31, hongchan wrote: > ...
3 years, 8 months ago (2017-04-10 19:54:49 UTC) #4
hongchan
lgtm https://codereview.chromium.org/2800203002/diff/20001/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h File third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h (right): https://codereview.chromium.org/2800203002/diff/20001/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h#newcode43 third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h:43: const Vector<double>& numerator); On 2017/04/10 19:54:49, Raymond Toy ...
3 years, 8 months ago (2017-04-10 21:05:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2800203002/20001
3 years, 8 months ago (2017-04-10 21:24:44 UTC) #7
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 22:59:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/4b4a31d9f95869f6efc1fee07942...

Powered by Google App Engine
This is Rietveld 408576698