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

Unified Diff: ppapi/c/ppp_instance.h

Issue 9342005: Fix some random comment problems that people have noticed. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/c/ppb_view.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 120580)
+++ ppapi/c/ppp_instance.h (working copy)
@@ -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 @@
* <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.
« no previous file with comments | « ppapi/c/ppb_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698