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

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

Issue 2789883002: setValueCurveAtTime takes sequence<float> for curve (Closed)
Patch Set: Rebaseline test results Created 3 years, 8 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
Index: third_party/WebKit/Source/modules/webaudio/AudioParam.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
index 858e12f0e32373dd089c1e2dd0511933ce25d9b8..beaef99d7bddffb44fa330390eb8bed6ab1e503f 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
@@ -247,7 +247,7 @@ class AudioParam final : public GarbageCollectedFinalized<AudioParam>,
double time,
double time_constant,
ExceptionState&);
- AudioParam* setValueCurveAtTime(NotShared<DOMFloat32Array> curve,
+ AudioParam* setValueCurveAtTime(const Vector<float>& curve,
double time,
double duration,
ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698