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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.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/inspector/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index d7207b7b67a52fd6f4234a10716ed8d1041861f6..4d936010ae23f226738045b0e6c427c495bbee7a 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -13,6 +13,7 @@
#include "platform/heap/Handle.h"
#include "platform/instrumentation/tracing/TraceEvent.h"
#include "platform/instrumentation/tracing/TracedValue.h"
+#include "platform/loader/fetch/ResourceLoadPriority.h"
#include "platform/wtf/Forward.h"
#include "platform/wtf/Functional.h"
@@ -64,8 +65,6 @@ class ExecuteScript;
class ParseHTML;
}
-enum ResourceLoadPriority : int;
-
class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
WTF_MAKE_NONCOPYABLE(InspectorTraceEvents);
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameTestHelpers.h ('k') | third_party/WebKit/Source/core/loader/HistoryItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698