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

Unified Diff: Source/web/MediaKeysClientImpl.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/MIDIClientProxy.h ('k') | Source/web/NotificationPermissionClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/MediaKeysClientImpl.h
diff --git a/Source/web/MediaKeysClientImpl.h b/Source/web/MediaKeysClientImpl.h
index 52b2b16df9aa7e272f1010f186a18fb0cb1ee9a1..f0bb2aeb8273100ff2b1662206d3382f9f69abb6 100644
--- a/Source/web/MediaKeysClientImpl.h
+++ b/Source/web/MediaKeysClientImpl.h
@@ -6,10 +6,12 @@
#define MediaKeysClientImpl_h
#include "modules/encryptedmedia/MediaKeysClient.h"
+#include "wtf/Allocator.h"
namespace blink {
class MediaKeysClientImpl final : public MediaKeysClient {
+ DISALLOW_ALLOCATION();
public:
MediaKeysClientImpl();
« no previous file with comments | « Source/web/MIDIClientProxy.h ('k') | Source/web/NotificationPermissionClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698