Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
index b12db11fe0de14e80b9310823fb385dfe1c6bbef..c45cdf7c75b6635e59b6a1689589a4edca47cde1 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
@@ -151,6 +151,8 @@ public: |
void updateAllImageResourcePriorities(); |
+ void reloadLoFiImages(); |
+ |
// This is only exposed for testing purposes. |
WillBeHeapListHashSet<RawPtrWillBeMember<Resource>>* preloads() { return m_preloads.get(); } |