summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLPlugInElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLPlugInElement.h')
-rw-r--r--WebCore/html/HTMLPlugInElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/HTMLPlugInElement.h b/WebCore/html/HTMLPlugInElement.h
index e4f3474..6288e74 100644
--- a/WebCore/html/HTMLPlugInElement.h
+++ b/WebCore/html/HTMLPlugInElement.h
@@ -33,6 +33,7 @@ struct NPObject;
namespace WebCore {
class RenderWidget;
+class Widget;
class HTMLPlugInElement : public HTMLFrameOwnerElement {
public:
@@ -40,6 +41,8 @@ public:
PassScriptInstance getInstance() const;
+ Widget* pluginWidget() const;
+
#if ENABLE(NETSCAPE_PLUGIN_API)
NPObject* getNPObject();
#endif