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

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

Issue 1706083002: Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reflect comments and Rebase Created 4 years, 9 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 aa92d4971d607147a487ba97a7f4ab91edff19e4..fea439f41e9be53bb058259cb940146b63566516 100644
--- a/third_party/WebKit/Source/core/fetch/FontResource.h
+++ b/third_party/WebKit/Source/core/fetch/FontResource.h
@@ -51,7 +51,7 @@ public:
void didAddClient(ResourceClient*) override;
- void allClientsRemoved() override;
+ void allClientsAndObserversRemoved() override;
void beginLoadIfNeeded(ResourceFetcher* dl);
bool stillNeedsLoad() const override { return m_state < LoadInitiated; }

Powered by Google App Engine
This is Rietveld 408576698