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

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

Issue 1378743002: Refactor the API for setting dynamic resource load priorities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better names / cleanup Created 5 years, 2 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/ResourceLoaderSet.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h b/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h
index a344bf789b9ddf97be50b41a432d460c4dec28f2..7834c904f588034d76859ad622e7bf817255211b 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h
@@ -50,6 +50,7 @@ public:
void cancelAll();
void setAllDefersLoading(bool);
int size() const { return m_set.size(); }
+ const SetType& hashSet() const { return m_set; }
private:
SetType m_set;
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ResourceLoader.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698