| 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;
|
|
|
|
|