Index: ppapi/c/dev/ppb_layer_compositor_dev.h |
=================================================================== |
--- ppapi/c/dev/ppb_layer_compositor_dev.h (revision 87892) |
+++ ppapi/c/dev/ppb_layer_compositor_dev.h (working copy) |
@@ -68,8 +68,8 @@ |
// Since this is an asynchronous operation, |callback| will be called when |
// this operation is done. |
// |
- // Returns PP_TRUE if the operation was successful. PP_FALSE otherwise. |
- PP_Bool (*SwapBuffers)(PP_Resource compositor, |
+ // Returns an error code from pp_errors.h. |
+ int32_t (*SwapBuffers)(PP_Resource compositor, |
struct PP_CompletionCallback callback); |
}; |