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

Unified Diff: Source/modules/webaudio/AudioParamTimeline.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/webaudio/AudioNodeOutput.h ('k') | Source/modules/webaudio/RealtimeAnalyser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioParamTimeline.h
diff --git a/Source/modules/webaudio/AudioParamTimeline.h b/Source/modules/webaudio/AudioParamTimeline.h
index b9e5a99cf2de9669210d1d2a4307afebd621f7fa..42f5bda9d74265de82e627875853d51a307c76db 100644
--- a/Source/modules/webaudio/AudioParamTimeline.h
+++ b/Source/modules/webaudio/AudioParamTimeline.h
@@ -38,6 +38,7 @@
namespace blink {
class AudioParamTimeline {
+ DISALLOW_ALLOCATION();
public:
AudioParamTimeline()
{
« no previous file with comments | « Source/modules/webaudio/AudioNodeOutput.h ('k') | Source/modules/webaudio/RealtimeAnalyser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698