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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h

Issue 2859313003: Blink class layout optimization to reduce memory usage (Closed)
Patch Set: Resolved merge conflict and changed blink::ResourceStatus enum to be based on uint8_t 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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/Image.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
index 47f2f297fc805c619f1b755a7cf0a960c6e5858a..1758503020b630988e48c9f6c93a9de97c7cb577 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
@@ -7,7 +7,7 @@
namespace blink {
-enum class ResourceStatus {
+enum class ResourceStatus : uint8_t {
kNotStarted,
kPending, // load in progress
kCached, // load completed successfully
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/Image.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698