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

Unified Diff: content/renderer/render_frame_impl.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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index aecba8d42e77a2d960a54a797bbba9f9ca249626..f9074c352e21dfe6cd7d4fe162c5ee93df752fb9 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -96,7 +96,7 @@ class WebContentDecryptionModule;
class WebPresentationClient;
class WebPushClient;
class WebSecurityOrigin;
-enum class WebCachePolicy;
+enum class WebCachePolicy : uint8_t;
struct WebCompositionUnderline;
struct WebContextMenuData;
struct WebCursorInfo;

Powered by Google App Engine
This is Rietveld 408576698