summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/history/PageCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/history/PageCache.h')
-rw-r--r--Source/WebCore/history/PageCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/history/PageCache.h b/Source/WebCore/history/PageCache.h
index 912bd65..1bd2e13 100644
--- a/Source/WebCore/history/PageCache.h
+++ b/Source/WebCore/history/PageCache.h
@@ -59,6 +59,8 @@ namespace WebCore {
int frameCount() const;
int autoreleasedPageCount() const;
+ void markPagesForVistedLinkStyleRecalc();
+
private:
typedef HashSet<RefPtr<CachedPage> > CachedPageSet;