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

Unified Diff: ppapi/c/ppb_graphics_2d.h

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/c/ppb_graphics_2d.h
diff --git a/ppapi/c/ppb_graphics_2d.h b/ppapi/c/ppb_graphics_2d.h
index 9224d1b8a4584796e605ef5ef8b0fc489b5e2230..6c41f3fba715fc521077b6a9d822297b0c39c778 100644
--- a/ppapi/c/ppb_graphics_2d.h
+++ b/ppapi/c/ppb_graphics_2d.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_graphics_2d.idl modified Tue Jan 24 16:03:48 2012. */
+/* From ppb_graphics_2d.idl modified Mon Mar 19 11:35:04 2012. */
#ifndef PPAPI_C_PPB_GRAPHICS_2D_H_
#define PPAPI_C_PPB_GRAPHICS_2D_H_
@@ -245,12 +245,6 @@ struct PPB_Graphics2D_1_0 {
* 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.
- *
- * TODO(): Add back in the synchronous mode description once we have support
- * for it.
- */
int32_t (*Flush)(PP_Resource graphics_2d,
struct PP_CompletionCallback callback);
};

Powered by Google App Engine
This is Rietveld 408576698