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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.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/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..ebc71c24464f825d3fc8a8633ca5815a92a79949 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -64,7 +64,7 @@ class ExecuteScript;
class ParseHTML;
}
-enum ResourceLoadPriority : int;
+enum ResourceLoadPriority : int8_t;
class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
WTF_MAKE_NONCOPYABLE(InspectorTraceEvents);

Powered by Google App Engine
This is Rietveld 408576698