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

Unified Diff: ppapi/api/ppb_graphics_2d.idl

Issue 9235017: Minor fixes to documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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
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);

Powered by Google App Engine
This is Rietveld 408576698