| Index: plugin/npapi_host_control/win/host_control.h
|
| ===================================================================
|
| --- plugin/npapi_host_control/win/host_control.h (revision 26426)
|
| +++ plugin/npapi_host_control/win/host_control.h (working copy)
|
| @@ -170,6 +170,9 @@
|
| // Method overridden from IPersistPropertyBagImpl.
|
| STDMETHOD(Load(IPropertyBag *pPropBag, IErrorLog *pErrorLog));
|
|
|
| + STDMETHOD(SetObjectRects(LPCRECT lprcPosRect,
|
| + LPCRECT lprcClipRect));
|
| +
|
| // Returns the properties associated with the NPPVpluginNameString, and
|
| // NPPVpluginDescriptionString identifiers of the loaded plug-in. These
|
| // properties can be used for plug-in introspection and version-dependent
|
|
|