summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/Icon.h')
-rw-r--r--WebCore/platform/graphics/Icon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/Icon.h b/WebCore/platform/graphics/Icon.h
index d7d694a..e9f2dc7 100644
--- a/WebCore/platform/graphics/Icon.h
+++ b/WebCore/platform/graphics/Icon.h
@@ -51,6 +51,8 @@ class String;
class Icon : public RefCounted<Icon> {
public:
+ // Deprecated. This function will be removed.
+ // FIXME: Remove it when all implementations are moved to ChromeClient::iconForFiles().
static PassRefPtr<Icon> createIconForFiles(const Vector<String>& filenames);
~Icon();