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

Unified Diff: Source/modules/encryptedmedia/MediaKeysClient.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/encryptedmedia/MediaKeysClient.h
diff --git a/Source/modules/encryptedmedia/MediaKeysClient.h b/Source/modules/encryptedmedia/MediaKeysClient.h
index a5eac0f31449187ecb458a24f1f1abe1909ce55a..beae1d1f97723b5fd08333a36956128416f3a5c6 100644
--- a/Source/modules/encryptedmedia/MediaKeysClient.h
+++ b/Source/modules/encryptedmedia/MediaKeysClient.h
@@ -5,12 +5,15 @@
#ifndef MediaKeysClient_h
#define MediaKeysClient_h
+#include "wtf/FastAllocBase.h"
+
namespace blink {
class ExecutionContext;
class WebEncryptedMediaClient;
class MediaKeysClient {
+ WTF_MAKE_FAST_ALLOCATED(MediaKeysClient);
public:
virtual WebEncryptedMediaClient* encryptedMediaClient(ExecutionContext*) = 0;
« no previous file with comments | « Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h ('k') | Source/modules/encryptedmedia/MediaKeysController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698