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

Unified Diff: third_party/WebKit/Source/modules/media_capabilities/AudioConfiguration.idl

Issue 2706313002: Media Capabilities: add plumbing between Blink and media/blink/. (Closed)
Patch Set: oups Created 3 years, 9 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/media_capabilities/AudioConfiguration.idl
diff --git a/third_party/WebKit/Source/modules/media_capabilities/AudioConfiguration.idl b/third_party/WebKit/Source/modules/media_capabilities/AudioConfiguration.idl
index cd9fcfc746274c4fba3e91615bd3a0f894272d93..37ce30e0fe995a8e077748b4ca8d8f470bfe78dd 100644
--- a/third_party/WebKit/Source/modules/media_capabilities/AudioConfiguration.idl
+++ b/third_party/WebKit/Source/modules/media_capabilities/AudioConfiguration.idl
@@ -9,5 +9,5 @@ dictionary AudioConfiguration {
DOMString channels;
unsigned long bitrate;
- unsigned long sampleprate;
+ unsigned long samplerate;
};

Powered by Google App Engine
This is Rietveld 408576698