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

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: Created 3 years, 7 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 c6bc4fb80bfa66061d3e26232c4d9651d9c647d5..f8e0ba12cb6f9a4be613ee6fdd2d4ddae8d176ad 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
@@ -53,7 +53,7 @@ class PlatformProbeSink;
class ResourceError;
class ResourceResponse;
class ResourceTimingInfo;
-enum class WebCachePolicy;
+enum class WebCachePolicy : uint8_t;
enum FetchResourceType { kFetchMainResource, kFetchSubresource };

Powered by Google App Engine
This is Rietveld 408576698