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

Unified Diff: components/test_runner/web_test_interfaces.h

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Fix WebAudioDeviceImpl unit test on Android. 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
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();

Powered by Google App Engine
This is Rietveld 408576698