Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: ppapi/c/dev/ppb_layer_compositor_dev.h

Issue 6975053: PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_video_decoder_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_video_decoder_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698