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

Unified Diff: Source/web/UserMediaClientImpl.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/TextFinder.h ('k') | Source/web/ValidationMessageClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/UserMediaClientImpl.h
diff --git a/Source/web/UserMediaClientImpl.h b/Source/web/UserMediaClientImpl.h
index ff18aefd7408b71d51892189751487d58cb5f6e0..3d5f621eff7d53ae25042f293dac9d0dca003fa5 100644
--- a/Source/web/UserMediaClientImpl.h
+++ b/Source/web/UserMediaClientImpl.h
@@ -32,6 +32,7 @@
#define UserMediaClientImpl_h
#include "modules/mediastream/UserMediaClient.h"
+#include "wtf/Allocator.h"
#include "wtf/PassRefPtr.h"
namespace blink {
@@ -42,6 +43,7 @@ class WebUserMediaClient;
class WebLocalFrameImpl;
class UserMediaClientImpl final : public UserMediaClient {
+ DISALLOW_ALLOCATION();
public:
explicit UserMediaClientImpl(WebLocalFrameImpl*);
« no previous file with comments | « Source/web/TextFinder.h ('k') | Source/web/ValidationMessageClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698