| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index 72c618ce4def56b912d9860dd59213c0e04cb666..258821c2d0f5593e3a7917ee2cabdd151a99fa3a 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -174,6 +174,7 @@ class CONTENT_EXPORT BrowserPlugin :
|
| virtual bool initialize(WebKit::WebPluginContainer* container) OVERRIDE;
|
| virtual void destroy() OVERRIDE;
|
| virtual NPObject* scriptableObject() OVERRIDE;
|
| + virtual NPP pluginNPP() OVERRIDE;
|
| virtual bool supportsKeyboardFocus() const OVERRIDE;
|
| virtual bool canProcessDrag() const OVERRIDE;
|
| virtual void paint(
|
|
|