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

Unified Diff: public/platform/WebSpeechSynthesizer.h

Issue 110393002: Move PlatformSpeech stuff to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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: public/platform/WebSpeechSynthesizer.h
diff --git a/public/platform/WebSpeechSynthesizer.h b/public/platform/WebSpeechSynthesizer.h
index a87de3c1c2ae43b8c8441c38dd8322604341ff87..025d4b0cf0bc228d80e0e4c374a81470a06f4c33 100644
--- a/public/platform/WebSpeechSynthesizer.h
+++ b/public/platform/WebSpeechSynthesizer.h
@@ -33,7 +33,7 @@ namespace blink {
class WebSpeechSynthesizerClient;
class WebSpeechSynthesisUtterance;
-class WebSpeechSynthesizer {
+class BLINK_PLATFORM_EXPORT WebSpeechSynthesizer {
abarth-chromium 2013/12/09 17:39:51 This class is entirely inline. You don't need to
public:
virtual ~WebSpeechSynthesizer() { }

Powered by Google App Engine
This is Rietveld 408576698