| Index: third_party/WebKit/Source/core/page/Page.h
|
| diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
|
| index c82fef7067d9a54f8b19b8b3c1033c972c98b68b..27b3abccbfbe3be3fbc719332954f5c312def3a9 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -173,7 +173,7 @@ public:
|
| void setDeviceColorProfile(const Vector<char>&);
|
| void resetDeviceColorProfileForTesting();
|
|
|
| - static void allVisitedStateChanged();
|
| + static void allVisitedStateChanged(bool invalidateVisitedLinkHashes);
|
| static void visitedStateChanged(LinkHash visitedHash);
|
|
|
| PageVisibilityState visibilityState() const;
|
|
|