summaryrefslogtreecommitdiffstats
path: root/third_party/npapi
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/npapi')
-rw-r--r--third_party/npapi/bindings/npapi_extensions.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/npapi/bindings/npapi_extensions.h b/third_party/npapi/bindings/npapi_extensions.h
index a53ead2..c24cd99 100644
--- a/third_party/npapi/bindings/npapi_extensions.h
+++ b/third_party/npapi/bindings/npapi_extensions.h
@@ -29,7 +29,7 @@ typedef struct _NPDeviceBuffer {
/* completion callback for flush device */
typedef void (*NPDeviceFlushContextCallbackPtr)(
- NPP instace,
+ NPP instance,
NPDeviceContext* context,
NPError err,
NPUserData* userData);
@@ -378,11 +378,10 @@ typedef struct _NPDeviceContextAudioConfig {
} NPDeviceContextAudioConfig;
struct _NPDeviceContextAudio {
-// NPP npp;
NPDeviceContextAudioConfig config;
void *outBuffer;
void *inBuffer;
- void *privatePtr;
+ void *reserved;
};
#endif /* _NP_EXTENSIONS_H_ */