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

Unified Diff: ppapi/c/ppb_graphics_2d.h

Issue 5997003: Change ppapi C++ comment style into C. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/ppapi
Patch Set: First. Created 10 years 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_core.h ('k') | ppapi/c/ppb_image_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_graphics_2d.h
diff --git a/ppapi/c/ppb_graphics_2d.h b/ppapi/c/ppb_graphics_2d.h
index d5b7ad0c22de34f4007980f6a0e06a2edc9d95c1..eeb55a99a03d24135ec96efbe0d646b49af380d3 100644
--- a/ppapi/c/ppb_graphics_2d.h
+++ b/ppapi/c/ppb_graphics_2d.h
@@ -1,7 +1,7 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
+/* Copyright (c) 2010 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
#ifndef PPAPI_C_PPB_GRAPHICS_2D_H_
#define PPAPI_C_PPB_GRAPHICS_2D_H_
@@ -210,8 +210,9 @@ struct PPB_Graphics2D {
* Flush is already pending that has 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(darin): We should ensure that the completion callback always runs, so
+ * that it is easier for consumers to manage memory referenced by a callback.
+ */
int32_t (*Flush)(PP_Resource graphics_2d,
struct PP_CompletionCallback callback);
@@ -221,4 +222,5 @@ struct PPB_Graphics2D {
* @}
* End addtogroup PPB
*/
-#endif // PPAPI_C_PPB_GRAPHICS_2D_H_
+#endif /* PPAPI_C_PPB_GRAPHICS_2D_H_ */
+
« no previous file with comments | « ppapi/c/ppb_core.h ('k') | ppapi/c/ppb_image_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698