Chromium Code Reviews| Index: gpu/gpu_plugin/gpu_plugin.h |
| =================================================================== |
| --- gpu/gpu_plugin/gpu_plugin.h (revision 37920) |
| +++ gpu/gpu_plugin/gpu_plugin.h (working copy) |
| @@ -17,7 +17,7 @@ |
| NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* funcs); |
| -#if defined(OS_LINUX) |
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) |
| NPError API_CALL NP_Initialize(NPNetscapeFuncs *browser_funcs, |
| NPPluginFuncs* plugin_funcs); |
| #else |