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

Unified Diff: ppapi/c/ppp_instance.h

Issue 7308010: Formatting changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
« ppapi/c/pp_input_event.h ('K') | « ppapi/c/pp_point.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp_instance.h
===================================================================
--- ppapi/c/ppp_instance.h (revision 91508)
+++ ppapi/c/ppp_instance.h (working copy)
@@ -131,8 +131,8 @@
* @param[in] instance A <code>PP_Instance</code> indentifying the instance
* that has changed.
*
- * @param[in] position The location on the page of the instance. This is
- * relative to the top left corner of the viewport, which changes as the
+ * @param[in] position The location on the page of the instance. The position
+ * is relative to the top left corner of the viewport, which changes as the
* page is scrolled. Generally the size of this value will be used to create
* a graphics device, and the position is ignored (most things are relative
* to the instance so the absolute position isn't useful in most cases).
@@ -211,7 +211,7 @@
*
* The given <code>url_loader</code> corresponds to a
* <code>PPB_URLLoader</code> instance that is already opened. Its response
- * headers may be queried using <code>PPB_URLLoader::GetResponseInfo</code>.
+ * headers may be queried using PPB_URLLoader::GetResponseInfo().
* The reference count for the URL loader is not incremented automatically on
* behalf of the module. You need to increment the reference count yourself
* if you are going to keep a reference to it.
« ppapi/c/pp_input_event.h ('K') | « ppapi/c/pp_point.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698