Chromium Code Reviews| Index: ppapi/api/ppb_graphics_2d.idl |
| =================================================================== |
| --- ppapi/api/ppb_graphics_2d.idl (revision 118900) |
| +++ ppapi/api/ppb_graphics_2d.idl (working copy) |
| @@ -240,15 +240,12 @@ |
| * and no callback will be scheduled. |
| */ |
| - /* |
| - * TODO(darin): We should ensure that the completion callback always runs, so |
| - * that it is easier for consumers to manage memory referenced by a callback. |
| - */ |
| - |
| - /* |
| - * TODO(): Add back in the synchronous mode description once we have support |
| - * for it. |
| - */ |
| + /* TODO(darin): We should ensure that the completion callback always runs, so |
|
dmichael (off chromium)
2012/02/15 17:55:52
The spacing was right before. You can probably jus
|
| + * that it is easier for consumers to manage memory referenced by a callback. |
| + * |
| + * TODO(): Add back in the synchronous mode description once we have support |
| + * for it. |
| + */ |
| int32_t Flush( |
| [in] PP_Resource graphics_2d, |
| [in] PP_CompletionCallback callback); |