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 56c8488558fcaeb77a8b16b4c9558e6d441a1a61..2dfa28ac3b6942c85fa586b9646ca3f59baf89ee 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
@@ -150,6 +150,8 @@ public: |
void updateAllImageResourcePriorities(); |
+ WillBeHeapListHashSet<RawPtrWillBeMember<Resource>>* preloads() { return m_preloads.get(); } |
Nate Chapin
2015/11/03 20:18:11
I don't love exposing this. Can we at least commen
|
+ |
private: |
friend class ResourceCacheValidationSuppressor; |