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

Unified Diff: ppapi/cpp/image_data.h

Issue 7701004: Fixed spelling errors and changed all references to PP_Resource to be the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/cpp/file_system.h ('k') | ppapi/cpp/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/image_data.h
===================================================================
--- ppapi/cpp/image_data.h (revision 98665)
+++ ppapi/cpp/image_data.h (working copy)
@@ -29,8 +29,8 @@
/// reference count of the underlying Image resource.
struct PassRef {};
- /// A constructor used when you have received a PP_Resource as a return
- /// value that has already been reference counted.
+ /// A constructor used when you have received a <code>PP_Resource</code> as a
+ /// return value that has already been reference counted.
///
/// @param[in] resource A PP_Resource corresponding to image data.
ImageData(PassRef, PP_Resource resource);
@@ -46,7 +46,7 @@
/// with the provided parameters. The resulting object will be is_null() if
/// the allocation failed.
///
- /// @param[in] instance A <code>PP_Instance</code> indentifying one instance
+ /// @param[in] instance A <code>PP_Instance</code> identifying one instance
/// of a module.
///
/// @param[in] format A PP_ImageDataFormat containing desired image format.
« no previous file with comments | « ppapi/cpp/file_system.h ('k') | ppapi/cpp/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698