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

Unified Diff: components/test_runner/web_test_interfaces.h

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Fixes to WebAudioDeviceImpl unit test. Created 3 years, 10 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
« no previous file with comments | « components/test_runner/mock_web_audio_device.cc ('k') | components/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c99c2dd9c6dadc183dfb69a4c54cc6b1d12715c0..4a205b71edc5c6b312566b0e9de3f98d8e1030f8 100644
--- a/components/test_runner/web_test_interfaces.h
+++ b/components/test_runner/web_test_interfaces.h
@@ -60,7 +60,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();
« no previous file with comments | « components/test_runner/mock_web_audio_device.cc ('k') | components/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698