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

Unified Diff: ppapi/api/ppb_graphics_2d.idl

Issue 9731003: PPAPI: Remove out-dated or unnecessary TODOs from public files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
diff --git a/ppapi/api/ppb_graphics_2d.idl b/ppapi/api/ppb_graphics_2d.idl
index 0e0649e2aad498d54131a3b96052d2cf8c441e28..938f428a9c1b0eab0af669198552fa921fb545b4 100644
--- a/ppapi/api/ppb_graphics_2d.idl
+++ b/ppapi/api/ppb_graphics_2d.idl
@@ -239,13 +239,6 @@ interface PPB_Graphics2D {
* not issued its callback yet. In the failure case, nothing will be updated
* 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.
dmichael (off chromium) 2012/03/19 17:41:52 polina's work for "required" callbacks fixed this
- *
- * TODO(): Add back in the synchronous mode description once we have support
- * for it.
dmichael (off chromium) 2012/03/19 17:41:52 That's just part of planned work.
- */
int32_t Flush(
[in] PP_Resource graphics_2d,
[in] PP_CompletionCallback callback);

Powered by Google App Engine
This is Rietveld 408576698