Chromium Code Reviews| Index: webkit/glue/plugins/pepper_plugin_instance.h |
| =================================================================== |
| --- webkit/glue/plugins/pepper_plugin_instance.h (revision 58357) |
| +++ webkit/glue/plugins/pepper_plugin_instance.h (working copy) |
| @@ -93,6 +93,7 @@ |
| bool BindGraphics(PP_Resource device_id); |
| bool full_frame() const { return full_frame_; } |
| bool SetCursor(PP_CursorType_Dev type); |
| + PP_Var ExecuteScript(PP_Var script, PP_Var* exception); |
| // PPP_Instance pass-through. |
| void Delete(); |