Index: webkit/glue/plugins/pepper_plugin_instance.cc |
=================================================================== |
--- webkit/glue/plugins/pepper_plugin_instance.cc (revision 48067) |
+++ webkit/glue/plugins/pepper_plugin_instance.cc (working copy) |
@@ -264,6 +264,10 @@ |
return instance_interface_->HandleEvent(GetPPInstance(), &pp_event); |
} |
+PP_Var PluginInstance::GetInstanceObject() { |
+ return instance_interface_->GetInstanceObject(GetPPInstance()); |
+} |
+ |
void PluginInstance::ViewChanged(const gfx::Rect& position, |
const gfx::Rect& clip) { |
PP_Rect pp_position, pp_clip; |