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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.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/platform/loader/fetch/ResourceLoadPriority.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h
index 8f457ce7e3093da71d1edeb691d909b5fb466eb8..197e87c3d24670b3c057520ae33d3bb4eba707db 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h
@@ -30,7 +30,7 @@
namespace blink {
-enum ResourceLoadPriority : int {
+enum ResourceLoadPriority : int8_t {
// The unresolved priority is here for the convenience of the clients. It
// should not be passed to the ResourceLoadScheduler.
kResourceLoadPriorityUnresolved = -1,

Powered by Google App Engine
This is Rietveld 408576698