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/loader/FrameFetchContext.h

Issue 1246493002: Fix Resource Priorities and Scheduling (Blink Side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 4 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/frame/Settings.in ('k') | Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameFetchContext.h
diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
index 853b2e5ed4ae7fe30c03b22db9c4d149662e7246..d0f662a95de20cbbc6de263d6abdbcc80344e64d 100644
--- a/Source/core/loader/FrameFetchContext.h
+++ b/Source/core/loader/FrameFetchContext.h
@@ -106,6 +106,11 @@ public:
void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override;
bool isLowPriorityIframe() const override;
+ bool fetchDeferLateScripts() const override;
+ bool fetchIncreaseFontPriority() const override;
+ bool fetchIncreaseAsyncScriptPriority() const override;
+ bool fetchIncreasePriorities() const override;
+
void countClientHintsDPR() override;
void countClientHintsResourceWidth() override;
void countClientHintsViewportWidth() override;
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698