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

Unified Diff: Source/web/MIDIClientProxy.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/LinkHighlightImpl.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/MIDIClientProxy.h
diff --git a/Source/web/MIDIClientProxy.h b/Source/web/MIDIClientProxy.h
index 163802ea647c1f63c267260b631f48e30ac78f57..75e5b7dbb0ea90e27e04fba3cc8c649de0e7596f 100644
--- a/Source/web/MIDIClientProxy.h
+++ b/Source/web/MIDIClientProxy.h
@@ -40,6 +40,7 @@ class MIDIAccessInitializer;
class WebMIDIClient;
class MIDIClientProxy final : public MIDIClient {
+ WTF_MAKE_FAST_ALLOCATED(MIDIClientProxy);
public:
static PassOwnPtr<MIDIClientProxy> create(WebMIDIClient* client)
{
« no previous file with comments | « Source/web/LinkHighlightImpl.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698