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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/WebCore/html/HTMLPlugInElement.h b/WebCore/html/HTMLPlugInElement.h
index eadf38a..5467177 100644
--- a/WebCore/html/HTMLPlugInElement.h
+++ b/WebCore/html/HTMLPlugInElement.h
@@ -32,6 +32,7 @@ struct NPObject;
namespace WebCore {
+class RenderEmbeddedObject;
class RenderWidget;
class Widget;
@@ -55,8 +56,6 @@ protected:
virtual void detach();
- static void updateWidgetCallback(Node*);
-
virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
virtual void parseMappedAttribute(Attribute*);
@@ -71,8 +70,6 @@ private:
virtual RenderWidget* renderWidgetForJSBindings() const = 0;
- virtual void updateWidget() { }
-
protected:
AtomicString m_name;