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

Unified Diff: third_party/WebKit/Source/core/loader/HistoryItem.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/core/loader/HistoryItem.h
diff --git a/third_party/WebKit/Source/core/loader/HistoryItem.h b/third_party/WebKit/Source/core/loader/HistoryItem.h
index 7ec1da199d3b22764e8796daabb11fb51b8e5e7d..e6222e0fb0ed2dc1ac6edb4553e5963e6de13495 100644
--- a/third_party/WebKit/Source/core/loader/HistoryItem.h
+++ b/third_party/WebKit/Source/core/loader/HistoryItem.h
@@ -43,7 +43,7 @@ class DocumentState;
class EncodedFormData;
class KURL;
class ResourceRequest;
-enum class WebCachePolicy;
+enum class WebCachePolicy : uint8_t;
class CORE_EXPORT HistoryItem final
: public GarbageCollectedFinalized<HistoryItem> {

Powered by Google App Engine
This is Rietveld 408576698