| Index: webkit/glue/plugins/pepper_plugin_instance.h
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_plugin_instance.h (revision 48067)
|
| +++ webkit/glue/plugins/pepper_plugin_instance.h (working copy)
|
| @@ -67,6 +67,7 @@
|
| const std::vector<std::string>& arg_values);
|
| bool HandleInputEvent(const WebKit::WebInputEvent& event,
|
| WebKit::WebCursorInfo* cursor_info);
|
| + PP_Var GetInstanceObject();
|
| void ViewChanged(const gfx::Rect& position, const gfx::Rect& clip);
|
|
|
| private:
|
|
|