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

Unified Diff: Source/web/WebPluginLoadObserver.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/WebInputEventConversion.h ('k') | Source/web/WebSettingsImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginLoadObserver.h
diff --git a/Source/web/WebPluginLoadObserver.h b/Source/web/WebPluginLoadObserver.h
index 3e191686bda790dafd30e127c3af694dca2be4a0..9b077e1bc6db1ae2cfcee899724a0f169ecb7aa7 100644
--- a/Source/web/WebPluginLoadObserver.h
+++ b/Source/web/WebPluginLoadObserver.h
@@ -32,6 +32,7 @@
#define WebPluginLoadObserver_h
#include "public/platform/WebURL.h"
+#include "wtf/FastAllocBase.h"
namespace blink {
@@ -39,6 +40,7 @@ class WebPluginContainerImpl;
struct WebURLError;
class WebPluginLoadObserver {
+ WTF_MAKE_FAST_ALLOCATED(WebPluginLoadObserver);
public:
WebPluginLoadObserver(WebPluginContainerImpl* pluginContainer,
const WebURL& notifyURL, void* notifyData)
« no previous file with comments | « Source/web/WebInputEventConversion.h ('k') | Source/web/WebSettingsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698