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

Unified Diff: ppapi/c/ppb_graphics_2d.h

Issue 9235017: Minor fixes to documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « ppapi/c/ppb_file_io.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_graphics_2d.h
===================================================================
--- ppapi/c/ppb_graphics_2d.h (revision 122179)
+++ ppapi/c/ppb_graphics_2d.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_graphics_2d.idl modified Thu Jan 12 16:11:14 2012. */
+/* From ppb_graphics_2d.idl modified Tue Jan 24 16:03:48 2012. */
#ifndef PPAPI_C_PPB_GRAPHICS_2D_H_
#define PPAPI_C_PPB_GRAPHICS_2D_H_
@@ -245,11 +245,9 @@
* 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
+ /* 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.
*/
« no previous file with comments | « ppapi/c/ppb_file_io.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698