| Index: webkit/glue/plugins/pepper_plugin_instance.h
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_plugin_instance.h (revision 51226)
|
| +++ webkit/glue/plugins/pepper_plugin_instance.h (working copy)
|
| @@ -50,6 +50,8 @@
|
| PluginDelegate* delegate() const { return delegate_; }
|
| PluginModule* module() const { return module_.get(); }
|
|
|
| + WebKit::WebPluginContainer* container() const { return container_; }
|
| +
|
| const gfx::Rect& position() const { return position_; }
|
| const gfx::Rect& clip() const { return clip_; }
|
|
|
|
|