Refactor AudioParamTimeline::valuesForFrameRangeImpl |
||
Issue descriptionThis 762-line function needs to be refactored into smaller parts. At the very least, each individual case for each event type could probably be in it's own function.
,
Dec 20 2016
,
Feb 15 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/abcc1f5eb8bb22bd603342f951dbd076c8491d3b commit abcc1f5eb8bb22bd603342f951dbd076c8491d3b Author: rtoy <rtoy@chromium.org> Date: Wed Feb 15 00:39:08 2017 Refactor valuesForFrameRangeImpl This function is 766 lines long with complicated logic. Move each core subsection to its own function to make the overall logic clearer. BUG= 675776 TEST=covered by existing tests Review-Url: https://codereview.chromium.org/2629463002 Cr-Commit-Position: refs/heads/master@{#450528} [modify] https://crrev.com/abcc1f5eb8bb22bd603342f951dbd076c8491d3b/third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.cpp [modify] https://crrev.com/abcc1f5eb8bb22bd603342f951dbd076c8491d3b/third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.h
,
Feb 15 2017
|
||
►
Sign in to add a comment |
||
Comment 1 Deleted