summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppp_instance.h
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/c/ppp_instance.h
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/c/ppp_instance.h')
-rw-r--r--ppapi/c/ppp_instance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppp_instance.h b/ppapi/c/ppp_instance.h
index 61af440..511e742 100644
--- a/ppapi/c/ppp_instance.h
+++ b/ppapi/c/ppp_instance.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppp_instance.idl modified Wed Jan 4 06:11:56 2012. */
+/* From ppp_instance.idl modified Mon Feb 6 14:04:52 2012. */
#ifndef PPAPI_C_PPP_INSTANCE_H_
#define PPAPI_C_PPP_INSTANCE_H_
@@ -115,7 +115,7 @@ struct PPP_Instance_1_1 {
* <code>DidChangeView() is called when the position, size, or other view
* attributes of the instance has changed.
*/
- void (*DidChangeView)(PP_Instance instance, PP_Resource view_resource);
+ void (*DidChangeView)(PP_Instance instance, PP_Resource view);
/**
* DidChangeFocus() is called when an instance has gained or lost focus.
* Having focus means that keyboard events will be sent to the instance.