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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/FetchContext.h

Issue 2920663002: Class/struct layout optimization for blink Resource related classes (Closed)
Patch Set: Rebase Created 3 years, 6 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/platform/loader/fetch/FetchContext.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
index b0a2108c6438ea3d8d0c5f919acbe441718348c4..ca810e00d25fa97ec5d9c581fe85bb15b18a2538 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
@@ -42,6 +42,7 @@
#include "platform/weborigin/SecurityViolationReportingPolicy.h"
#include "platform/wtf/Forward.h"
#include "platform/wtf/Noncopyable.h"
+#include "public/platform/WebCachePolicy.h"
#include "public/platform/WebURLLoader.h"
namespace blink {
@@ -53,7 +54,6 @@ class PlatformProbeSink;
class ResourceError;
class ResourceResponse;
class ResourceTimingInfo;
-enum class WebCachePolicy;
enum FetchResourceType { kFetchMainResource, kFetchSubresource };

Powered by Google App Engine
This is Rietveld 408576698