Commit 533e8fe4 authored by jond@google.com's avatar jond@google.com

Fixing paths so that they pick up the variable for the pepper directory based on version number.

Review URL: http://codereview.chromium.org/9569032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124757 0039d316-1c4b-4281-b951-d872f2087c98
parent 2e21fe29
...@@ -45,7 +45,7 @@ enum PP_AudioSampleRate { ...@@ -45,7 +45,7 @@ enum PP_AudioSampleRate {
* This interface only supports 16-bit stereo output. * This interface only supports 16-bit stereo output.
* *
* Refer to the * Refer to the
* <a href="/chrome/nativeclient/docs/audio.html">Pepper * <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Pepper
* Audio API</a> for information on using this interface. * Audio API</a> for information on using this interface.
*/ */
[macro="PPB_AUDIO_CONFIG_INTERFACE"] [macro="PPB_AUDIO_CONFIG_INTERFACE"]
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* found in the LICENSE file. * found in the LICENSE file.
*/ */
/* From ppb_audio_config.idl modified Wed Feb 22 14:49:51 2012. */ /* From ppb_audio_config.idl modified Thu Mar 1 14:51:38 2012. */
#ifndef PPAPI_C_PPB_AUDIO_CONFIG_H_ #ifndef PPAPI_C_PPB_AUDIO_CONFIG_H_
#define PPAPI_C_PPB_AUDIO_CONFIG_H_ #define PPAPI_C_PPB_AUDIO_CONFIG_H_
...@@ -66,7 +66,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_AudioSampleRate, 4); ...@@ -66,7 +66,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_AudioSampleRate, 4);
* This interface only supports 16-bit stereo output. * This interface only supports 16-bit stereo output.
* *
* Refer to the * Refer to the
* <a href="/chrome/nativeclient/docs/audio.html">Pepper * <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Pepper
* Audio API</a> for information on using this interface. * Audio API</a> for information on using this interface.
*/ */
struct PPB_AudioConfig_1_1 { struct PPB_AudioConfig_1_1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment