| Index: third_party/npapi/bindings/npapi_extensions.h
|
| diff --git a/third_party/npapi/bindings/npapi_extensions.h b/third_party/npapi/bindings/npapi_extensions.h
|
| index 20df63a5f624ee4108bb6a16e8823166b4117421..c1c2f01f50c3131d96442b7188edf8347f640fc0 100644
|
| --- a/third_party/npapi/bindings/npapi_extensions.h
|
| +++ b/third_party/npapi/bindings/npapi_extensions.h
|
| @@ -10,6 +10,8 @@
|
| // Chromium projects, such as the Native Client SDK.
|
| #include "npapi.h"
|
|
|
| +#include <stddef.h> // For size_t
|
| +
|
| /*
|
| * A fake "enum" value for getting browser-implemented Pepper extensions.
|
| * The variable returns a pointer to an NPNExtensions structure. */
|
|
|