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

Unified Diff: content/public/renderer/associated_resource_fetcher.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: content/public/renderer/associated_resource_fetcher.h
diff --git a/content/public/renderer/associated_resource_fetcher.h b/content/public/renderer/associated_resource_fetcher.h
index 5dca1ab38fb65520cddde9cb4aeee7971900551f..71159375bf35b1e335e306f63b90f3e6c7fdd07a 100644
--- a/content/public/renderer/associated_resource_fetcher.h
+++ b/content/public/renderer/associated_resource_fetcher.h
@@ -16,7 +16,7 @@ class GURL;
namespace blink {
class WebFrame;
class WebURLResponse;
-enum class WebCachePolicy;
+enum class WebCachePolicy : uint8_t;
dcheng 2017/06/05 18:15:40 Can we just #include the enum header? It seems eas
stanisc 2017/06/06 22:47:55 Done.
struct WebAssociatedURLLoaderOptions;
}

Powered by Google App Engine
This is Rietveld 408576698