Chromium Code Reviews| Index: ppapi/c/pp_errors.h |
| =================================================================== |
| --- ppapi/c/pp_errors.h (revision 97489) |
| +++ ppapi/c/pp_errors.h (working copy) |
| @@ -24,7 +24,7 @@ |
| * This enumeration contains enumerators of all PPAPI error codes. |
| * Errors are negative valued. |
| */ |
| -enum { |
| +enum ErrorCodes { |
|
brettw
2011/08/21 05:37:03
This isn't in any namespace so I don't think we wa
Peter Kasting
2011/08/22 03:56:41
Oof. Honestly that seems bad. Can't you namespac
brettw
2011/08/22 04:11:08
This is the public Pepper API which must be compil
|
| /** |
| * This value is returned by a function on successful synchronous completion |
| * or is passed as a result to a PP_CompletionCallback_Func on successful |