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

Unified Diff: Source/modules/vr/VRGetDevicesCallback.h

Issue 1318793005: [part 2] 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
« no previous file with comments | « Source/modules/vibration/testing/InternalsVibration.h ('k') | Source/modules/webaudio/AsyncAudioDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRGetDevicesCallback.h
diff --git a/Source/modules/vr/VRGetDevicesCallback.h b/Source/modules/vr/VRGetDevicesCallback.h
index f04950ff0333d9f9265aed4f6293179a93487c0a..3836dceb844936339bf470642d3809b475ad12d7 100644
--- a/Source/modules/vr/VRGetDevicesCallback.h
+++ b/Source/modules/vr/VRGetDevicesCallback.h
@@ -15,6 +15,7 @@ class ScriptPromiseResolver;
class WebVRClient;
class VRGetDevicesCallback final : public WebVRGetDevicesCallback {
+ WTF_MAKE_FAST_ALLOCATED(VRGetDevicesCallback);
public:
VRGetDevicesCallback(ScriptPromiseResolver*, VRHardwareUnitCollection*);
~VRGetDevicesCallback() override;
« no previous file with comments | « Source/modules/vibration/testing/InternalsVibration.h ('k') | Source/modules/webaudio/AsyncAudioDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698