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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1328773002: Make classes and structures in web fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « Source/web/WebPluginLoadObserver.h ('k') | Source/web/WebSharedWorkerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 45f5895324c0395800cda7170ee65da4a5aaabd3..5399e2567c5472f63faf2b18a37accaa39a27337 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -32,6 +32,7 @@
#define WebSettingsImpl_h
#include "public/web/WebSettings.h"
+#include "wtf/FastAllocBase.h"
namespace blink {
@@ -39,6 +40,7 @@ class DevToolsEmulator;
class Settings;
class WebSettingsImpl final : public WebSettings {
+ WTF_MAKE_FAST_ALLOCATED(WebSettingsImpl);
public:
WebSettingsImpl(Settings*, DevToolsEmulator*);
virtual ~WebSettingsImpl() { }
« no previous file with comments | « Source/web/WebPluginLoadObserver.h ('k') | Source/web/WebSharedWorkerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698