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

Unified Diff: Source/core/loader/DocumentLoader.h

Issue 1304043006: Make classes and structures in core/loader fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | Source/core/loader/EmptyClients.h » ('j') | Source/core/loader/EmptyClients.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentLoader.h
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
index d72b33e24ef0062aabc374f0a47d9a25cf4aaa25..43fd4d53f10bdc57efa5caa7df651072ed759ee2 100644
--- a/Source/core/loader/DocumentLoader.h
+++ b/Source/core/loader/DocumentLoader.h
@@ -131,6 +131,7 @@ public:
ClientHintsPreferences& clientHintsPreferences() { return m_clientHintsPreferences; }
struct InitialScrollState {
+ DISALLOW_ALLOCATION();
InitialScrollState()
: wasScrolledByUser(false)
, didRestoreFromHistory(false)
« no previous file with comments | « no previous file | Source/core/loader/EmptyClients.h » ('j') | Source/core/loader/EmptyClients.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698