summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSImportRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSImportRule.h')
-rw-r--r--WebCore/css/CSSImportRule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/css/CSSImportRule.h b/WebCore/css/CSSImportRule.h
index 97e76a0..f546006 100644
--- a/WebCore/css/CSSImportRule.h
+++ b/WebCore/css/CSSImportRule.h
@@ -51,6 +51,8 @@ public:
// Not part of the CSSOM
bool isLoading() const;
+ virtual void addSubresourceStyleURLs(ListHashSet<KURL>& urls);
+
private:
CSSImportRule(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList>);