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

Unified Diff: third_party/WebKit/Source/core/fetch/FontResource.h

Issue 1893233002: WebFonts: reset m_loadLimitState on memory cache revalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address hiroshige's comments at #11 Created 4 years, 8 months 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/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();

Powered by Google App Engine
This is Rietveld 408576698