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

Unified Diff: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h

Issue 1315743003: [part 1] Make classes and structures in modules/ 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
Index: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
index f61511e5b87861d8a1505e62f1071b2f4ec28e11..eac8c44777fc1d480c9a438b1448f96f1eb07748 100644
--- a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
+++ b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
@@ -6,10 +6,12 @@
#define CompositorWorkerMessagingProxy_h
#include "core/workers/WorkerMessagingProxy.h"
+#include "wtf/FastAllocBase.h"
namespace blink {
class CompositorWorkerMessagingProxy final : public WorkerMessagingProxy {
+ WTF_MAKE_FAST_ALLOCATED(CompositorWorkerMessagingProxy);
public:
explicit CompositorWorkerMessagingProxy(InProcessWorkerBase*);
« no previous file with comments | « Source/modules/compositorworker/CompositorWorkerManager.h ('k') | Source/modules/credentialmanager/CredentialManagerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698