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

Unified Diff: ppapi/cpp/dev/audio_config_dev.h

Issue 6279003: Move ppapi audio interface out of dev, but... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « ppapi/cpp/audio_config.cc ('k') | ppapi/examples/audio/audio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/audio_config_dev.h
===================================================================
--- ppapi/cpp/dev/audio_config_dev.h (revision 71486)
+++ ppapi/cpp/dev/audio_config_dev.h (working copy)
@@ -33,7 +33,7 @@
// Creates an audio config based on the given sample rate and frame count.
// If the rate and frame count aren't supported, the resulting resource
// will be is_null(). Pass the result of RecommendSampleFrameCount as the
- // semple frame count.
+ // sample frame count.
//
// See PPB_AudioConfigDev.CreateStereo16Bit for more.
AudioConfig_Dev(Instance* instance,
« no previous file with comments | « ppapi/cpp/audio_config.cc ('k') | ppapi/examples/audio/audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698