| Index: Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesisVoice.h b/Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| similarity index 95%
|
| rename from Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| rename to Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| index b475a2c2693e9d20172dce616556e758e0e87410..75b3043470a10a5964c973c168fb466890027a74 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| @@ -26,13 +26,14 @@
|
| #ifndef PlatformSpeechSynthesisVoice_h
|
| #define PlatformSpeechSynthesisVoice_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
| -class PlatformSpeechSynthesisVoice : public RefCounted<PlatformSpeechSynthesisVoice> {
|
| +class PLATFORM_EXPORT PlatformSpeechSynthesisVoice : public RefCounted<PlatformSpeechSynthesisVoice> {
|
| public:
|
| static PassRefPtr<PlatformSpeechSynthesisVoice> create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
|
| static PassRefPtr<PlatformSpeechSynthesisVoice> create();
|
|
|