summaryrefslogtreecommitdiffstats
path: root/ppapi/api/ppb_view.idl
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 07:54:09 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 07:54:09 +0000
commitd6a0d295c4106c105342a05bd581aa983b8650ca (patch)
treea6a44a255ae6fe229c761270e0da8e749927d9d4 /ppapi/api/ppb_view.idl
parent1853b687579bac123175a3cb156f46fd8067bc87 (diff)
downloadchromium_src-d6a0d295c4106c105342a05bd581aa983b8650ca.zip
chromium_src-d6a0d295c4106c105342a05bd581aa983b8650ca.tar.gz
chromium_src-d6a0d295c4106c105342a05bd581aa983b8650ca.tar.bz2
Fix some random comment problems that people have noticed.
Review URL: http://codereview.chromium.org/9342005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_view.idl')
-rw-r--r--ppapi/api/ppb_view.idl15
1 files changed, 6 insertions, 9 deletions
diff --git a/ppapi/api/ppb_view.idl b/ppapi/api/ppb_view.idl
index f971505..acb7958 100644
--- a/ppapi/api/ppb_view.idl
+++ b/ppapi/api/ppb_view.idl
@@ -14,9 +14,7 @@ label Chrome {
/**
* <code>PPB_View</code> represents the state of the view of an instance.
- * You can get a View object with the <code>PPB_Instance.GetView()</code>
- * function. Additionally, all </code>PPB_ViewChanged</code> objects are also
- * <code>PPB_View</code> objects so you will receive new view information via
+ * You will receive new view information via
* <code>PPP_Instance.DidChangeView</code>.
*/
[macro="PPB_VIEW_INTERFACE"]
@@ -100,12 +98,11 @@ interface PPB_View {
* the instance are scrolled into view.
*
* If the instance is scrolled off the view, the return value will be
- * (0, 0, 0, 0). this state. This clip rect does <i>not</i> take into account
- * page visibility. This means if the instance is scrolled into view but the
- * page itself is in an invisible tab, the return rect will contain the
- * visible rect assuming the page was visible. See
- * <code>IsPageVisible()</code> and <code>IsVisible()</code> if you want to
- * handle this case.
+ * (0, 0, 0, 0). This clip rect does <i>not</i> take into account page
+ * visibility. This means if the instance is scrolled into view but the page
+ * itself is in an invisible tab, the return rect will contain the visible
+ * rect assuming the page was visible. See <code>IsPageVisible()</code> and
+ * <code>IsVisible()</code> if you want to handle this case.
*
* Most applications will not need to worry about the clip. The recommended
* behavior is to do full updates if the instance is visible as determined by