| 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.
|
|
|