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

Unified Diff: Source/core/fetch/ResourceLoaderSet.h

Issue 1304063016: Refactor the API for setting dynamic resource load priorities (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/core/fetch/ResourceLoader.cpp ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ResourceLoaderSet.h
diff --git a/Source/core/fetch/ResourceLoaderSet.h b/Source/core/fetch/ResourceLoaderSet.h
index a344bf789b9ddf97be50b41a432d460c4dec28f2..69c550444aaddd2d43c9e80d18fafec4cddb868a 100644
--- a/Source/core/fetch/ResourceLoaderSet.h
+++ b/Source/core/fetch/ResourceLoaderSet.h
@@ -50,6 +50,7 @@ public:
void cancelAll();
void setAllDefersLoading(bool);
int size() const { return m_set.size(); }
+ const HeapHashSet<Member<ResourceLoader>>& hashSet() const { return m_set; }
private:
SetType m_set;
« no previous file with comments | « Source/core/fetch/ResourceLoader.cpp ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698