summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLEmbedElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLEmbedElement.h')
-rw-r--r--WebCore/html/HTMLEmbedElement.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/WebCore/html/HTMLEmbedElement.h b/WebCore/html/HTMLEmbedElement.h
index e27b717..70eb0dc 100644
--- a/WebCore/html/HTMLEmbedElement.h
+++ b/WebCore/html/HTMLEmbedElement.h
@@ -41,13 +41,17 @@ private:
virtual void insertedIntoDocument();
virtual void removedFromDocument();
virtual void attributeChanged(Attribute*, bool preserveDecls = false);
-
+
virtual bool isURLAttribute(Attribute*) const;
virtual const QualifiedName& imageSourceAttributeName() const;
virtual RenderWidget* renderWidgetForJSBindings() const;
+ virtual void updateWidget(bool onlyCreateNonNetscapePlugins);
+
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
+
+ void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues);
};
}