Chromium Code Reviews| Index: ppapi/api/ppp_instance.idl |
| =================================================================== |
| --- ppapi/api/ppp_instance.idl (revision 120580) |
| +++ ppapi/api/ppp_instance.idl (working copy) |
| @@ -170,7 +170,7 @@ |
| /** |
| * A handle to a <code>PPB_View</code> resource identifying the new view. |
| */ |
| - [in] PP_Resource view_resource); |
| + [in] PP_Resource view); |
| /** |
| * DidChangeFocus() is called when an instance has gained or lost focus. |