Index: third_party/WebKit/Source/core/fetch/FontResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h |
index b3852f73cc36c7dc626348cf17628abdcd0ea2a2..3f7fb27b37f3415c7bf4c6cf7a792747e0e70e5f 100644 |
--- a/third_party/WebKit/Source/core/fetch/FontResource.h |
+++ b/third_party/WebKit/Source/core/fetch/FontResource.h |
@@ -49,6 +49,8 @@ public: |
void didAddClient(ResourceClient*) override; |
+ void setRevalidatingRequest(const ResourceRequest&) override; |
+ |
void allClientsAndObserversRemoved() override; |
void startLoadLimitTimersIfNeeded(); |