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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesisVoice.h

Issue 110393002: Move PlatformSpeech stuff to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WTF_MAKE_NONCOPYABLE Created 7 years 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
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();
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp ('k') | Source/platform/speech/PlatformSpeechSynthesisVoice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698