Chromium Code Reviews| Index: ppapi/c/dev/ppb_buffer_dev.h |
| =================================================================== |
| --- ppapi/c/dev/ppb_buffer_dev.h (revision 69504) |
| +++ ppapi/c/dev/ppb_buffer_dev.h (working copy) |
| @@ -10,7 +10,7 @@ |
| #include "ppapi/c/pp_resource.h" |
| #include "ppapi/c/pp_stdint.h" |
| -#define PPB_BUFFER_DEV_INTERFACE "PPB_Buffer(Dev);0.4" |
| +#define PPB_BUFFER_DEV_INTERFACE "PPB_Buffer(Dev);0.3" |
| struct PPB_Buffer_Dev { |
| // Allocates a buffer of the given size in bytes. The return value will have |