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

Unified Diff: third_party/WebKit/Source/core/loader/HistoryItem.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/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..fc02d8e3c885a7d66c64fac2fa12989dc06ddd40 100644
--- a/third_party/WebKit/Source/core/loader/HistoryItem.h
+++ b/third_party/WebKit/Source/core/loader/HistoryItem.h
@@ -36,6 +36,7 @@
#include "platform/scroll/ScrollTypes.h"
#include "platform/weborigin/Referrer.h"
#include "platform/wtf/text/WTFString.h"
+#include "public/platform/WebCachePolicy.h"
namespace blink {
@@ -43,7 +44,6 @@ class DocumentState;
class EncodedFormData;
class KURL;
class ResourceRequest;
-enum class WebCachePolicy;
class CORE_EXPORT HistoryItem final
: public GarbageCollectedFinalized<HistoryItem> {

Powered by Google App Engine
This is Rietveld 408576698