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

Unified Diff: Source/modules/speech/testing/InternalsSpeechSynthesis.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/speech/SpeechRecognitionController.h ('k') | Source/modules/storage/DOMWindowStorage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/testing/InternalsSpeechSynthesis.h
diff --git a/Source/modules/speech/testing/InternalsSpeechSynthesis.h b/Source/modules/speech/testing/InternalsSpeechSynthesis.h
index f495ffffeeafbe09ae9622cdc54e145ee11b6dcf..f370375377299d7bbab027caa9c948b41de95842 100644
--- a/Source/modules/speech/testing/InternalsSpeechSynthesis.h
+++ b/Source/modules/speech/testing/InternalsSpeechSynthesis.h
@@ -31,12 +31,15 @@
#ifndef InternalsSpeechSynthesis_h
#define InternalsSpeechSynthesis_h
+#include "wtf/Allocator.h"
+
namespace blink {
class Document;
class Internals;
class InternalsSpeechSynthesis {
+ STATIC_ONLY(InternalsSpeechSynthesis);
public:
static void enableMockSpeechSynthesizer(Internals&, Document*);
};
« no previous file with comments | « Source/modules/speech/SpeechRecognitionController.h ('k') | Source/modules/storage/DOMWindowStorage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698