Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: third_party/WebKit/Source/core/dom/VisitedLinkState.h

Issue 1417943002: Load the table of visited links from database file asynchronously. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add extra comment and fix compilation error. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/VisitedLinkState.h
diff --git a/third_party/WebKit/Source/core/dom/VisitedLinkState.h b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
index 6490900c82883ddf28fbe2b6deffc17286095ac5..1a7e5aa855e70a65494943165c23d3fbad31f965 100644
--- a/third_party/WebKit/Source/core/dom/VisitedLinkState.h
+++ b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
@@ -46,7 +46,7 @@ public:
return adoptPtrWillBeNoop(new VisitedLinkState(document));
}
- void invalidateStyleForAllLinks();
+ void invalidateStyleForAllLinks(bool invalidateVisitedLinkHashes);
void invalidateStyleForLink(LinkHash);
EInsideLink determineLinkState(const Element& element)
« no previous file with comments | « components/visitedlink/test/visitedlink_unittest.cc ('k') | third_party/WebKit/Source/core/dom/VisitedLinkState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698