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

Unified Diff: ppapi/api/ppb_graphics_2d.idl

Issue 9190069: Fixed capitalization of error codes. (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
« no previous file with comments | « ppapi/api/ppb_file_io.idl ('k') | ppapi/c/ppb_file_io.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_graphics_2d.idl
===================================================================
--- ppapi/api/ppb_graphics_2d.idl (revision 118900)
+++ ppapi/api/ppb_graphics_2d.idl (working copy)
@@ -240,13 +240,11 @@
* 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
+ /* TODO(): Add back in the synchronous mode description once we have support
* for it.
*/
int32_t Flush(
« no previous file with comments | « ppapi/api/ppb_file_io.idl ('k') | ppapi/c/ppb_file_io.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698