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

Unified Diff: components/test_runner/web_test_interfaces.h

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Created 4 years, 1 month 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: components/test_runner/web_test_interfaces.h
diff --git a/components/test_runner/web_test_interfaces.h b/components/test_runner/web_test_interfaces.h
index cc84c1e57f11bc235533277dab1263121d9a1cac..92170e19d2c698a08f6302af4fa5d213848ed9df 100644
--- a/components/test_runner/web_test_interfaces.h
+++ b/components/test_runner/web_test_interfaces.h
@@ -61,7 +61,8 @@ class TEST_RUNNER_EXPORT WebTestInterfaces {
blink::WebMIDIAccessor* CreateMIDIAccessor(
blink::WebMIDIAccessorClient* client);
- blink::WebAudioDevice* CreateAudioDevice(double sample_rate);
+ blink::WebAudioDevice* CreateAudioDevice(double sample_rate,
+ int frames_per_buffer);
TestInterfaces* GetTestInterfaces();

Powered by Google App Engine
This is Rietveld 408576698